Changes in directory llvm/test/C++Frontend:

2007-05-23-TryFinally.cpp updated: 1.1 -> 1.2
---
Log message:

Make this test pass if llvm-g++ was built without exception handling support.


---
Diffs of the changes:  (+1 -1)

 2007-05-23-TryFinally.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/C++Frontend/2007-05-23-TryFinally.cpp
diff -u llvm/test/C++Frontend/2007-05-23-TryFinally.cpp:1.1 
llvm/test/C++Frontend/2007-05-23-TryFinally.cpp:1.2
--- llvm/test/C++Frontend/2007-05-23-TryFinally.cpp:1.1 Wed May 30 05:16:19 2007
+++ llvm/test/C++Frontend/2007-05-23-TryFinally.cpp     Thu Jun  7 04:00:48 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | grep _Unwind_Resume | wc -l | 
grep {\[03\]}
+// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | grep -c {handle\\|_Unwind_Resume} 
| grep {\[14\]}
 
 struct One { };
 struct Two { };



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to