diff options
Diffstat (limited to 'test/SemaTemplate/instantiate-array.cpp')
-rw-r--r-- | test/SemaTemplate/instantiate-array.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/instantiate-array.cpp b/test/SemaTemplate/instantiate-array.cpp index d67645e041..29279b4368 100644 --- a/test/SemaTemplate/instantiate-array.cpp +++ b/test/SemaTemplate/instantiate-array.cpp @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s -std=c++0x +// RUN: clang-cc -fsyntax-only -verify %s -std=c++0x #ifndef __GXX_EXPERIMENTAL_CXX0X__ #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) |