diff options
-rw-r--r-- | test/Feature/Vararg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/Vararg.c b/test/Feature/Vararg.c index 82fbe4f1..a78b784e 100644 --- a/test/Feature/Vararg.c +++ b/test/Feature/Vararg.c @@ -1,3 +1,4 @@ +// REQUIRES: not-darwin // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out %t1.bc > %t2.out |