diff options
Diffstat (limited to 'test/CodeGen/exprs.c')
-rw-r--r-- | test/CodeGen/exprs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/exprs.c b/test/CodeGen/exprs.c index c1a5995..d82cbf4 100644 --- a/test/CodeGen/exprs.c +++ b/test/CodeGen/exprs.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o - +// RUN: %clang_cc1 %s -emit-llvm -o - // PR1895 // sizeof function |