diff options
Diffstat (limited to 'test/Feature/NamedSeedMatching.c')
-rw-r--r-- | test/Feature/NamedSeedMatching.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/NamedSeedMatching.c b/test/Feature/NamedSeedMatching.c index 6599d269..85c96b74 100644 --- a/test/Feature/NamedSeedMatching.c +++ b/test/Feature/NamedSeedMatching.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -emit-llvm -c -g %s -o %t.bc +// RUN: %clang -emit-llvm -c -g %s -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out %t.bc "initial" // RUN: test -f %t.klee-out/test000001.ktest |