aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-27 23:05:54 +0000
committerChris Lattner <sabre@nondot.org>2010-08-27 23:05:54 +0000
commit58fff61a573ae81a55cec066583038c3ac941eda (patch)
tree9c0fc42b90d43b23fbea6cf80f2b6e3ce49d2c25
parent3dc15ccdb0ecaeff018ebd261a9bd855ddf6a49a (diff)
no really, fix the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112317 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/FrontendC/2008-03-24-BitField-And-Alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index 15a2c9f25b..641bcf1dbe 100644
--- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c
+++ b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
@@ -1,5 +1,5 @@
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
-// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep 'store '
+// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep {store }
enum {
PP_C,