diff --git a/llvm/test/C++Frontend/2007-05-23-TryFinally.cpp b/llvm/test/C++Frontend/2007-05-23-TryFinally.cpp index c99ad6b834a9..093d18d87a86 100644 --- a/llvm/test/C++Frontend/2007-05-23-TryFinally.cpp +++ b/llvm/test/C++Frontend/2007-05-23-TryFinally.cpp @@ -1,5 +1,5 @@ // RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | ignore grep _Unwind_Resume | \ -// RUN: wc -l | grep {\[03\]} +// RUN: wc -l | grep {\[02\]} struct One { }; struct Two { };