summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/ubsan/TestCases/Integer/div-zero.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/ubsan/TestCases/Integer/div-zero.cpp')
-rw-r--r--compiler-rt/test/ubsan/TestCases/Integer/div-zero.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Integer/div-zero.cpp b/compiler-rt/test/ubsan/TestCases/Integer/div-zero.cpp
index 68b01afab21..02c4d3b79d4 100644
--- a/compiler-rt/test/ubsan/TestCases/Integer/div-zero.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Integer/div-zero.cpp
@@ -1,6 +1,5 @@
// RUN: %clangxx -fsanitize=integer-divide-by-zero -DDIVIDEND=0 %s -o %t && %run %t 2>&1 | FileCheck %s
// RUN: %clangxx -fsanitize=integer-divide-by-zero -DDIVIDEND=1U %s -o %t && %run %t 2>&1 | FileCheck %s
-// RUN: %clangxx -fsanitize=float-divide-by-zero -DDIVIDEND=1.5 %s -o %t && %run %t 2>&1 | FileCheck %s
// RUN: %clangxx -fsanitize=integer-divide-by-zero -DDIVIDEND='intmax(123)' %s -o %t && %run %t 2>&1 | FileCheck %s
#if defined(__SIZEOF_INT128__) && !defined(_WIN32)
OpenPOWER on IntegriCloud