projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3394a
)
Simplify testcase even more
author
Chris Lattner
<sabre@nondot.org>
Wed, 20 Aug 2003 20:36:09 +0000
(20:36 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 20 Aug 2003 20:36:09 +0000
(20:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7991
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/C++Frontend/2003-08-20-ExceptionFail.cpp
patch
|
blob
|
history
diff --git
a/test/C++Frontend/2003-08-20-ExceptionFail.cpp
b/test/C++Frontend/2003-08-20-ExceptionFail.cpp
index dfad1bff8eb1d6ef1495c797d257188cffc335d3..606a2f27d6544f4df564c1f8d03a027f8213e253 100644
(file)
--- a/
test/C++Frontend/2003-08-20-ExceptionFail.cpp
+++ b/
test/C++Frontend/2003-08-20-ExceptionFail.cpp
@@
-5,9
+5,6
@@
void bar() {
~local() { foo(); }
} local_obj;
- try {
- foo();
- } catch(...) {
- }
+ foo();
}