about summary refs log tree commit diff homepage
path: root/test/Feature/ubsan/ubsan_implicit_integer_sign_change.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/ubsan/ubsan_implicit_integer_sign_change.c')
-rw-r--r--test/Feature/ubsan/ubsan_implicit_integer_sign_change.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Feature/ubsan/ubsan_implicit_integer_sign_change.c b/test/Feature/ubsan/ubsan_implicit_integer_sign_change.c
index 9b334664..36a48432 100644
--- a/test/Feature/ubsan/ubsan_implicit_integer_sign_change.c
+++ b/test/Feature/ubsan/ubsan_implicit_integer_sign_change.c
@@ -1,5 +1,3 @@
-// REQUIRES: geq-llvm-8.0
-
 // RUN: %clang %s -fsanitize=implicit-integer-sign-change -emit-llvm -g %O0opt -c -o %t.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --emit-all-errors --ubsan-runtime %t.bc 2>&1 | FileCheck %s