about summary refs log tree commit diff homepage
path: root/test/Feature/ubsan/ubsan_nullability_arg.c
diff options
context:
space:
mode:
authorPavel <operasfantom@gmail.com>2022-03-18 18:02:34 +0400
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-09-14 20:40:10 +0100
commitd2445083b152a5b9bff20125910f832af0d4a3de (patch)
tree87703c816620c3c5054905ce78e02bd1d69834e7 /test/Feature/ubsan/ubsan_nullability_arg.c
parent712745687c080e2607a7c7657af33b3791d90f41 (diff)
downloadklee-d2445083b152a5b9bff20125910f832af0d4a3de.tar.gz
Remove LLVM version < 6
Diffstat (limited to 'test/Feature/ubsan/ubsan_nullability_arg.c')
-rw-r--r--test/Feature/ubsan/ubsan_nullability_arg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Feature/ubsan/ubsan_nullability_arg.c b/test/Feature/ubsan/ubsan_nullability_arg.c
index 38227a8b..72cb79aa 100644
--- a/test/Feature/ubsan/ubsan_nullability_arg.c
+++ b/test/Feature/ubsan/ubsan_nullability_arg.c
@@ -1,5 +1,3 @@
-// REQUIRES: geq-llvm-5.0
-
 // RUN: %clang %s -fsanitize=nullability-arg -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