diff options
-rw-r--r-- | test/C++Frontend/2007-05-23-TryFinally.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/C++Frontend/2007-05-23-TryFinally.cpp b/test/C++Frontend/2007-05-23-TryFinally.cpp index 5ae40d79b4..021d528a0c 100644 --- a/test/C++Frontend/2007-05-23-TryFinally.cpp +++ b/test/C++Frontend/2007-05-23-TryFinally.cpp @@ -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 { }; |