diff options
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r-- | tests/jimTests.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml index 353042abe..c10a38f4a 100644 --- a/tests/jimTests.xml +++ b/tests/jimTests.xml @@ -1,9 +1,9 @@ <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"> <suite> - <ajc-test dir="bugs" pr="38345" keywords="purejava" - title="try switch VerifyError, InconsistentStackHeight"> - <compile files="TrySwitch.java"/> - <run class="TrySwitch"/> + <ajc-test dir="bugs" pr="39479" + title="NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch"> + <compile files="NewSwitch.java"/> + <run class="NewSwitch"/> </ajc-test> </suite>
\ No newline at end of file |