diff options
author | aclement <aclement> | 2004-03-05 10:50:50 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-03-05 10:50:50 +0000 |
commit | c79892369fa4225ee5eb71b42c96e289f2eb4fc9 (patch) | |
tree | 9d76e6caf15e5df9fdef0eab99971c8b656285db /tests/ajcTests.xml | |
parent | 4b9195763cb06c5c3d0ce2a25f8e5b9f98446dc0 (diff) | |
download | aspectj-c79892369fa4225ee5eb71b42c96e289f2eb4fc9.tar.gz aspectj-c79892369fa4225ee5eb71b42c96e289f2eb4fc9.zip |
Fix for Bugzilla Bug 50776
fail in compiling aspect with overriding method introduction with different throws clause
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 35b7d15f9..df4451ee2 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7262,5 +7262,10 @@ <message kind="warning" line="21" text="this affected type is not exposed"/> </compile> </ajc-test> + + <ajc-test dir="bugs" pr="50776" + title="fail in compiling aspect with overriding method introduction with different throws clause "> + <compile files="IntertypeDifferentThrows.java" /> + </ajc-test> </suite> |