summaryrefslogtreecommitdiffstats
path: root/llvm/test/C++Frontend
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-07-19 09:38:34 +0000
committerDuncan Sands <baldrick@free.fr>2007-07-19 09:38:34 +0000
commit42f7a9c37981a7e4eea7b167da3754efffdc83e2 (patch)
treea73ebb9a0363fa11136d3a9d655b97ee42a077f1 /llvm/test/C++Frontend
parent85ec2af554c6701c234e90a6af8aa03fa501f6a0 (diff)
downloadbcm5719-llvm-42f7a9c37981a7e4eea7b167da3754efffdc83e2.tar.gz
bcm5719-llvm-42f7a9c37981a7e4eea7b167da3754efffdc83e2.zip
Fix this test. We produce pretty cruddy code for this
nowadays, unfortunately it's not so easy to get good code here while still producing correct code in exotic situations. llvm-svn: 40050
Diffstat (limited to 'llvm/test/C++Frontend')
-rw-r--r--llvm/test/C++Frontend/2007-05-23-TryFinally.cpp2
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 c99ad6b834a..093d18d87a8 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 { };
OpenPOWER on IntegriCloud