diff options
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml')
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml index 6d454c423..2538163d1 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml @@ -377,7 +377,7 @@ 1.7.2 when the shared cache was introduced. --> <ajc-test dir="bugs1921/github_285" title="shared cache negative test"> - <compile files="Unwoven.java" options="-1.5"/> + <compile files="Unwoven.java" options="-1.8"/> <run class="Unwoven" ltw="aop.xml" usefullltw="true" vmargs="-Daj.weaving.cache.enabled=true -Daj.weaving.cache.dir=./ -Daj.weaving.cache.impl=shared"> <stdout> |