diff options
Diffstat (limited to 'test/Feature/LoggingInstructions.c')
-rw-r--r-- | test/Feature/LoggingInstructions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/LoggingInstructions.c b/test/Feature/LoggingInstructions.c index 049aa9da..9303c3e9 100644 --- a/test/Feature/LoggingInstructions.c +++ b/test/Feature/LoggingInstructions.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm -g -c -o %t2.bc +// RUN: %clang %s -emit-llvm -g -c -o %t2.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error --debug-print-instructions=all:stderr %t2.bc 2>%t3.txt // RUN: FileCheck -input-file=%t3.txt -check-prefix=CHECK-FILE-SRC %s |