Fix test.
authorEli Friedman <eli.friedman@gmail.com>
Sat, 13 Aug 2011 17:06:34 +0000 (17:06 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 13 Aug 2011 17:06:34 +0000 (17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137556 91177308-0d34-0410-b5e6-96231b3b80d8

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) {