diff options
Diffstat (limited to 'test/C++Frontend/2006-09-27-Debug-Protection.cpp')
-rw-r--r-- | test/C++Frontend/2006-09-27-Debug-Protection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/C++Frontend/2006-09-27-Debug-Protection.cpp b/test/C++Frontend/2006-09-27-Debug-Protection.cpp index 87bc0d595a..27cbc0f1e8 100644 --- a/test/C++Frontend/2006-09-27-Debug-Protection.cpp +++ b/test/C++Frontend/2006-09-27-Debug-Protection.cpp @@ -1,6 +1,6 @@ // XFAIL: llvmgcc3 -// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep 'i32 1,' && -// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep 'i32 2,' +// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,} +// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,} class A { public: |