From 0ccb3addf68067200892963521a92713c4667a63 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 12 Nov 2020 18:58:59 +0000 Subject: tests: Remove no longer needed UBSan suppression (float-divide-by-zero in validation.cpp) --- test/sanitizer_suppressions/ubsan | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/sanitizer_suppressions/ubsan') diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan index 7842739523..e2f3fec851 100644 --- a/test/sanitizer_suppressions/ubsan +++ b/test/sanitizer_suppressions/ubsan @@ -1,7 +1,3 @@ -# -fsanitize=undefined suppressions -# ================================= -float-divide-by-zero:validation.cpp - # -fsanitize=integer suppressions # =============================== # Unsigned integer overflow occurs when the result of an unsigned integer -- cgit v1.2.3