diff options
Diffstat (limited to 'clang/test/Parser/cxx-exception-spec.cpp')
-rw-r--r-- | clang/test/Parser/cxx-exception-spec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx-exception-spec.cpp b/clang/test/Parser/cxx-exception-spec.cpp index 47e9ffb50b3..b2203c96df7 100644 --- a/clang/test/Parser/cxx-exception-spec.cpp +++ b/clang/test/Parser/cxx-exception-spec.cpp @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only %s +// RUN: clang-cc -fsyntax-only %s struct X { }; |