diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 5fa1ab82d..1412ad04d 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6250,7 +6250,9 @@ <ajc-test dir="bugs/lines" pr="37758" title="Weaving rt.jar results in stack overflow"> - <compile files="A.java,big.jar"/> + <compile files="A.java,big.jar"> + <message kind="warning" text="manifest not copied"/> + </compile> <run class="Big"/> </ajc-test> |