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