diff options
Diffstat (limited to 'clang/test/Parser/pragma-pack.c')
-rw-r--r-- | clang/test/Parser/pragma-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/pragma-pack.c b/clang/test/Parser/pragma-pack.c index 0b83529494d..d42bbe5c40d 100644 --- a/clang/test/Parser/pragma-pack.c +++ b/clang/test/Parser/pragma-pack.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang-cc -fsyntax-only -verify %s // Note that this puts the expected lines before the directives to work around // limitations in the -verify mode. |