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

