diff options
Diffstat (limited to 'test/Feature/EntryPoint.c')
-rw-r--r-- | test/Feature/EntryPoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/EntryPoint.c b/test/Feature/EntryPoint.c index 2b6a2c70..82659733 100644 --- a/test/Feature/EntryPoint.c +++ b/test/Feature/EntryPoint.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 --entry-point=other_main %t.bc > %t.log // RUN: grep "Hello World" %t.log |