diff options
Diffstat (limited to 'test/Feature/AddressOfLabels.c')
-rw-r--r-- | test/Feature/AddressOfLabels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/AddressOfLabels.c b/test/Feature/AddressOfLabels.c index 6d807dbb..14621dc6 100644 --- a/test/Feature/AddressOfLabels.c +++ b/test/Feature/AddressOfLabels.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -emit-llvm -g -c %s -o %t.bc +// RUN: %clang -emit-llvm -g -c %s -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out %t.bc > %t.log // RUN: FileCheck --input-file=%t.log %s |