diff options
Diffstat (limited to 'test/Parser/cxx-condition.cpp')
-rw-r--r-- | test/Parser/cxx-condition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/cxx-condition.cpp b/test/Parser/cxx-condition.cpp index 2a77193f25..8fbca2a90f 100644 --- a/test/Parser/cxx-condition.cpp +++ b/test/Parser/cxx-condition.cpp @@ -1,4 +1,4 @@ -// RUN: clang -parse-noop -verify %s +// RUN: clang-cc -parse-noop -verify %s void f() { int a; |