diff options
Diffstat (limited to 'clang/test/Preprocessor/_Pragma-location.c')
-rw-r--r-- | clang/test/Preprocessor/_Pragma-location.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/_Pragma-location.c b/clang/test/Preprocessor/_Pragma-location.c index 152e71ac13b..61cadfbb8a1 100644 --- a/clang/test/Preprocessor/_Pragma-location.c +++ b/clang/test/Preprocessor/_Pragma-location.c @@ -1,4 +1,4 @@ -// RUN: clang %s -E | not grep 'scratch space' +// RUN: clang-cc %s -E | not grep 'scratch space' #define push _Pragma ("pack(push)") push |