diff --git a/test/C++Frontend/2007-07-04-NestedCatches.cpp b/test/C++Frontend/2007-07-04-NestedCatches.cpp index 035d5bbcf33..b10a5db754b 100644 --- a/test/C++Frontend/2007-07-04-NestedCatches.cpp +++ b/test/C++Frontend/2007-07-04-NestedCatches.cpp @@ -1,6 +1,6 @@ -// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | \ +// RUN: %llvmgxx %s -S -O2 -o - | \ // RUN: ignore grep {eh\.selector.*One.*Two.*Three.*Four.*Five.*Six.*null} | \ -// RUN: wc -l | grep {\[02\]} +// RUN: wc -l | grep {\[01\]} extern void X(void);