diff options
Diffstat (limited to 'test/CodeGen/complex.c')
-rw-r--r-- | test/CodeGen/complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/complex.c b/test/CodeGen/complex.c index 6a0d3d6..8d9c68d 100644 --- a/test/CodeGen/complex.c +++ b/test/CodeGen/complex.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm < %s +// RUN: %clang_cc1 -emit-llvm < %s int main(void) { |