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

llvm-svn: 37488
This commit is contained in:
Duncan Sands 2007-06-07 09:00:48 +00:00
parent d3f3f0adad
commit 3f35c524b9
1 changed files with 1 additions and 1 deletions

View File

@ -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 { };