]> granicus.if.org Git - clang/commitdiff
Fix typo in testcase.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 14 Oct 2008 16:46:03 +0000 (16:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 14 Oct 2008 16:46:03 +0000 (16:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57499 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/pragma-pack.c

index 2906e2b4225c99caaead77dded6cc33338fcbc7d..471f653a8bbec4596fa6f105b37640821f6a1029 100644 (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)