aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-03-05 10:50:50 +0000
committeraclement <aclement>2004-03-05 10:50:50 +0000
commitc79892369fa4225ee5eb71b42c96e289f2eb4fc9 (patch)
tree9d76e6caf15e5df9fdef0eab99971c8b656285db /tests/ajcTests.xml
parent4b9195763cb06c5c3d0ce2a25f8e5b9f98446dc0 (diff)
downloadaspectj-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.xml5
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>