diff options
Diffstat (limited to 'test/Feature/Alias.c')
-rw-r--r-- | test/Feature/Alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/Alias.c b/test/Feature/Alias.c index f83652d8..29cc08d7 100644 --- a/test/Feature/Alias.c +++ b/test/Feature/Alias.c @@ -1,6 +1,6 @@ // Darwin does not have strong aliases. // REQUIRES: not-darwin -// RUN: %llvmgcc %s -emit-llvm -g -c -o %t1.bc +// RUN: %clang %s -emit-llvm -g -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc |