From: Reid Spencer Date: Wed, 7 Mar 2007 00:39:11 +0000 (+0000) Subject: Fix the pattern. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=202a445ed969d2cc7009d3447650182223a01adb;p=oota-llvm.git 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 23d17c6d536..d7326d4384c 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 #define NDIM 3 #define BODY 01