diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 12:54:07 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 14:39:36 +0700 |
commit | f80addbd89a6c15bb208c9f931913e4ca0c0d221 (patch) | |
tree | 4905f554e209a8fe8af6e7ba4a40a31a7c55a482 /tests/src/test/resources/org/aspectj/systemtest/ajc164/ajc164.xml | |
parent | 3dc53e0351a37fc6d3f6a6e311df0320987edc48 (diff) | |
download | aspectj-f80addbd89a6c15bb208c9f931913e4ca0c0d221.tar.gz aspectj-f80addbd89a6c15bb208c9f931913e4ca0c0d221.zip |
Revert "A few dozen more tests need 'useFullLTW' mode"
This reverts commit 8c15d83a466843b5dba8ba454329baaca0080cc5.
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())"/> |