[cfe-commits] r57499 - /cfe/trunk/test/Sema/pragma-pack.c
Daniel Dunbar
daniel at zuster.org
Tue Oct 14 09:46:03 PDT 2008
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)
More information about the cfe-commits
mailing list