diff options
Diffstat (limited to 'test/CodeGen/dostmt.c')
-rw-r--r-- | test/CodeGen/dostmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/dostmt.c b/test/CodeGen/dostmt.c index 4fb3dcd..1a2e02a 100644 --- a/test/CodeGen/dostmt.c +++ b/test/CodeGen/dostmt.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o - +// RUN: %clang_cc1 %s -emit-llvm -o - int bar(); int test0() { |