diff options
Diffstat (limited to 'clang/test/Sema/usual-float.c')
-rw-r--r-- | clang/test/Sema/usual-float.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/usual-float.c b/clang/test/Sema/usual-float.c index 9c1977ff242..40c0bde4e0c 100644 --- a/clang/test/Sema/usual-float.c +++ b/clang/test/Sema/usual-float.c @@ -1,4 +1,4 @@ -// RUN: clang %s -fsyntax-only +// RUN: clang-cc %s -fsyntax-only typedef float CGFloat; |