diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-10-14 16:46:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-10-14 16:46:03 +0000 |
commit | b8b10e3fef0045d8db3348bc5fffc10cdf934eb7 (patch) | |
tree | 936659dc2c2427e24b66080d88fc1e9ca55ed8d9 | |
parent | 94dcecba32edf1c1c8e765dc2326eac6bc3ee963 (diff) |
Fix typo in testcase.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57499 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Sema/pragma-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/pragma-pack.c b/test/Sema/pragma-pack.c index 2906e2b422..471f653a8b 100644 --- a/test/Sema/pragma-pack.c +++ b/test/Sema/pragma-pack.c @@ -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) |