Fix typo in testcase.

llvm-svn: 57499
This commit is contained in:
Daniel Dunbar 2008-10-14 16:46:03 +00:00
parent 93bf60d4cb
commit eee51d125f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang -m -triple i686-apple-darwin9 -fsyntax-only -verify %s
// RUN: clang -triple i686-apple-darwin9 -fsyntax-only -verify %s
/* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show)
/* expected-warning {{expected #pragma pack parameter to be}} */ #pragma pack(3)