[llvm-commits] CVS: llvm/test/CFrontend/2007-03-05-DataLayout.c
Reid Spencer
reid at x10sys.com
Tue Mar 6 16:39:28 PST 2007
Changes in directory llvm/test/CFrontend:
2007-03-05-DataLayout.c updated: 1.3 -> 1.4
---
Log message:
Fix the pattern.
---
Diffs of the changes: (+1 -1)
2007-03-05-DataLayout.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CFrontend/2007-03-05-DataLayout.c
diff -u llvm/test/CFrontend/2007-03-05-DataLayout.c:1.3 llvm/test/CFrontend/2007-03-05-DataLayout.c:1.4
--- llvm/test/CFrontend/2007-03-05-DataLayout.c:1.3 Tue Mar 6 18:32:12 2007
+++ llvm/test/CFrontend/2007-03-05-DataLayout.c Tue Mar 6 18:39:11 2007
@@ -1,6 +1,6 @@
// Testcase for PR1242
// RUN: %llvmgcc -S %s -o - | grep datalayout | \
-// RUN: not grep '"[Ee]-p:[36][24]:[36]:[24]"'
+// RUN: not grep '"[Ee]-p:[36][24]:[36][24]"'
#include <stdlib.h>
#define NDIM 3
#define BODY 01
More information about the llvm-commits
mailing list