Fix test.
[oota-llvm.git] / test / FrontendC++ / 2009-02-07-VolatileArrayRefHack.cpp
index b8589b067d29a2e9aa06b6055fdbd2f5c596e97a..c5ec26225fa170af1835d4698faa433357b00c44 100644 (file)
@@ -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) {