Author: ddunbar
Date: Tue Oct 14 11:46:03 2008
New Revision: 57499

URL: http://llvm.org/viewvc/llvm-project?rev=57499&view=rev
Log:
Fix typo in testcase.

Modified:
    cfe/trunk/test/Sema/pragma-pack.c

Modified: cfe/trunk/test/Sema/pragma-pack.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/pragma-pack.c?rev=57499&r1=57498&r2=57499&view=diff

==============================================================================
--- cfe/trunk/test/Sema/pragma-pack.c (original)
+++ cfe/trunk/test/Sema/pragma-pack.c Tue Oct 14 11:46:03 2008
@@ -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)


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to