aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2009-02-07-VolatileArrayRefHack.cpp')
-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 b8589b067d..c5ec26225f 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) {