From 0f211e17cac9b031ab8d9115f9030b3e65d3927a Mon Sep 17 00:00:00 2001 From: acolyer Date: Wed, 4 Aug 2004 12:04:41 +0000 Subject: Spring cleaning in the test suite. Docs for AjcTestCase and XMLBasedAjcTestCase added in docs dir. --- tests/bugs/Source14Assert.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/bugs/Source14Assert.java (limited to 'tests/bugs/Source14Assert.java') diff --git a/tests/bugs/Source14Assert.java b/tests/bugs/Source14Assert.java new file mode 100644 index 000000000..bd19a97f6 --- /dev/null +++ b/tests/bugs/Source14Assert.java @@ -0,0 +1,13 @@ + + +public class Source14Assert { + private void method1() { + try { + invoke(); + } catch (Throwable throwable) { + assert false : throwable; + } + } + private void invoke() {} + public static void main(String[] args) {} +} \ No newline at end of file -- cgit v1.2.3