aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-07 00:39:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-07 00:39:11 +0000
commit202a445ed969d2cc7009d3447650182223a01adb (patch)
treecda91c18f7567a2666b92dd27d02da1e1c253050
parent230b8c2fd1f71018fe6d52161f093604912b2377 (diff)
Fix the pattern.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34994 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CFrontend/2007-03-05-DataLayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2007-03-05-DataLayout.c b/test/CFrontend/2007-03-05-DataLayout.c
index 23d17c6d53..d7326d4384 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