diff options
Diffstat (limited to 'test/CodeGen/statements.c')
-rw-r--r-- | test/CodeGen/statements.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/statements.c b/test/CodeGen/statements.c index 45bbd9ac02..e3835f062a 100644 --- a/test/CodeGen/statements.c +++ b/test/CodeGen/statements.c @@ -1,4 +1,4 @@ -// RUN: clang-cc < %s -emit-llvm +// RUN: %clang_cc1 < %s -emit-llvm void test1(int x) { switch (x) { |