Fix PR2096, a regression introduced with my patch last night. This
[oota-llvm.git] / test / CFrontend / 2004-11-27-InvalidConstantExpr.c
index 54468a56450ed60f848ec60203b9416be09d7f92..ee8642fa3aa231e403dd7dccb49ffb6ab072312c 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -o - | not grep 'foo\* sub'
+// RUN: %llvmgcc %s -S -o - | not grep {foo\\* sub}
 // This should not produce a subtrace constantexpr of a pointer
 struct foo {
   int Y;