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 0859f4157ce..d2aefaa888f 100644 --- a/clang/test/Parser/pragma-pack.c +++ b/clang/test/Parser/pragma-pack.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -Wno-pragma-pack -verify %s // Note that this puts the expected lines before the directives to work around // limitations in the -verify mode. |