commit | 202a445ed969d2cc7009d3447650182223a01adb | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Wed Mar 07 00:39:11 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Wed Mar 07 00:39:11 2007 +0000 |
tree | cda91c18f7567a2666b92dd27d02da1e1c253050 | |
parent | 230b8c2fd1f71018fe6d52161f093604912b2377 [diff] [blame] |
Fix the pattern. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34994 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CFrontend/2007-03-05-DataLayout.c b/test/CFrontend/2007-03-05-DataLayout.c index 23d17c6..d7326d4 100644 --- a/test/CFrontend/2007-03-05-DataLayout.c +++ b/test/CFrontend/2007-03-05-DataLayout.c
@@ -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