diff options
author | acolyer <acolyer> | 2003-11-04 14:32:08 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-11-04 14:32:08 +0000 |
commit | 1c470ed0e07a1fcf570074e158ae39f33ba377b3 (patch) | |
tree | 6847ed62916f44c3541668032e6e96a0794939d3 /tests | |
parent | 32020228f067879bb277ee57f5b8d1baa4dabae2 (diff) | |
download | aspectj-1c470ed0e07a1fcf570074e158ae39f33ba377b3.tar.gz aspectj-1c470ed0e07a1fcf570074e158ae39f33ba377b3.zip |
manifest.mf copying means that 1 previous warning is now no longer issued.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ajcTests.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 1d286fc2b..b45a141b7 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -6252,7 +6252,9 @@ <ajc-test dir="bugs/lines" pr="37758" title="Weaving rt.jar results in stack overflow"> <compile files="A.java,big.jar"> + <!-- message no longer produced as a result of bug fix 44190 <message kind="warning" text="manifest not copied"/> + --> </compile> <run class="Big"/> </ajc-test> |