summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml4
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>