diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index e133841a2..b88e97da1 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6450,4 +6450,10 @@ </compile> <run class="Test"/> </ajc-test> + + <ajc-test dir="bugs" pr="40589" + title="Default method impl for interface causes internal exception."> + <compile files="CloneMethod.java"/> + <run class="CloneMethod"/> + </ajc-test> </suite> |