diff options
Diffstat (limited to 'test/Sema/complex-promotion.c')
-rw-r--r-- | test/Sema/complex-promotion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/complex-promotion.c b/test/Sema/complex-promotion.c index 3d86c20..23c3b68 100644 --- a/test/Sema/complex-promotion.c +++ b/test/Sema/complex-promotion.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -verify -fsyntax-only +// RUN: %clang_cc1 %s -verify -fsyntax-only float a; |