diff options
Diffstat (limited to 'test/Feature/LongDouble.c')
-rw-r--r-- | test/Feature/LongDouble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/LongDouble.c b/test/Feature/LongDouble.c index 19f9360a..364f0a9d 100644 --- a/test/Feature/LongDouble.c +++ b/test/Feature/LongDouble.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -g -emit-llvm %O0opt -c -o %t.bc %s +// RUN: %clang -g -emit-llvm %O0opt -c -o %t.bc %s // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --libc=klee --no-output --exit-on-error %t.bc > %t.log // RUN: FileCheck %s --input-file=%t.log |