diff options
Diffstat (limited to 'test/Feature/Atomic.c')
-rw-r--r-- | test/Feature/Atomic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/Atomic.c b/test/Feature/Atomic.c index a7a8e340..482eea1d 100644 --- a/test/Feature/Atomic.c +++ b/test/Feature/Atomic.c @@ -1,4 +1,3 @@ -// REQUIRES: geq-llvm-3.7 // RUN: %clang %s -emit-llvm -g -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t.bc 2>%t.log |