[llvm-commits] [llvm] r41187 - /llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp

Duncan Sands baldrick at free.fr
Mon Aug 20 10:14:02 PDT 2007


Author: baldrick
Date: Mon Aug 20 12:14:02 2007
New Revision: 41187

URL: http://llvm.org/viewvc/llvm-project?rev=41187&view=rev
Log:
Fix this test for gcc-4.2.

Modified:
    llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp

Modified: llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/C%2B%2BFrontend/2007-05-23-TryFinally.cpp?rev=41187&r1=41186&r2=41187&view=diff

==============================================================================
--- llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp (original)
+++ llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp Mon Aug 20 12:14:02 2007
@@ -1,5 +1,5 @@
 // RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | ignore grep _Unwind_Resume | \
-// RUN:   wc -l | grep {\[02\]}
+// RUN:   wc -l | grep {\[23\]}
 
 struct One { };
 struct Two { };





More information about the llvm-commits mailing list