From c09964fbdb4d97c60c3fc72b3061518369db5161 Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 6 Aug 2003 07:31:16 +0000 Subject: @testcase PR#41175 aspect-declared methods with exception clauses fail in binary libraries Corresponding non-binary passing tests added to ajcTests.xml --- tests/bugs/interfaceLibrary/lib/LibraryInterface.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/bugs/interfaceLibrary/lib/LibraryInterface.java (limited to 'tests/bugs/interfaceLibrary/lib/LibraryInterface.java') diff --git a/tests/bugs/interfaceLibrary/lib/LibraryInterface.java b/tests/bugs/interfaceLibrary/lib/LibraryInterface.java new file mode 100644 index 000000000..38f339b08 --- /dev/null +++ b/tests/bugs/interfaceLibrary/lib/LibraryInterface.java @@ -0,0 +1,6 @@ + +package lib; + +public interface LibraryInterface { + +} \ No newline at end of file -- cgit v1.2.3