diff options
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc164/ajc164.xml')
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc164/ajc164.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc164/ajc164.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc164/ajc164.xml index 53f705bda..a14d8d0e7 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc164/ajc164.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc164/ajc164.xml @@ -56,7 +56,7 @@ <ajc-test dir="bugs164/pr266220" title="generics and aop.xml"> <compile files="Code.java"/> <compile files="Isolator.java" outjar="aspects.jar" options="-1.5"/> - <run class="Code" classpath="aspects.jar" ltw="aop.xml" usefullltw="true"> + <run class="Code" classpath="aspects.jar" ltw="aop.xml"> <stdout> <line text="execution(void Code.main(String[]))"/> <line text="execution(void Code.run())"/> |