summaryrefslogtreecommitdiffstats
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-08-13 17:06:34 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-08-13 17:06:34 +0000
commit9a0f436da2daf8c53570d9fc06046d493e835a8f (patch)
treedabb14792be70d33e30994d5b28e3c90162f2e3d /test/FrontendC++
parent7dcd04abe0b0b1dbfb285faea2daece50f9aa502 (diff)
downloadexternal_llvm-9a0f436da2daf8c53570d9fc06046d493e835a8f.zip
external_llvm-9a0f436da2daf8c53570d9fc06046d493e835a8f.tar.gz
external_llvm-9a0f436da2daf8c53570d9fc06046d493e835a8f.tar.bz2
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp b/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp
index b8589b0..c5ec262 100644
--- a/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp
+++ b/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -S %s -o - | grep {volatile load}
+// RUN: %llvmgxx -S %s -o - | grep {load volatile}
// PR3320
void test(volatile int *a) {