diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 14:24:03 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-31 14:39:36 +0700 |
commit | 020aa0361baaa9bb228c40ab88169edc135c160c (patch) | |
tree | 1e803f67b10894b652c95d84abb674603b721d8a /tests/src/test/resources/org/aspectj/systemtest/ajc1612/ajc1612.xml | |
parent | 7bd69575fd362e132fb3f6af948d608ec36ac8c9 (diff) | |
download | aspectj-020aa0361baaa9bb228c40ab88169edc135c160c.tar.gz aspectj-020aa0361baaa9bb228c40ab88169edc135c160c.zip |
Revert "Fix more LTW tests"
This reverts commit 63d5e3e893bd149245465de1610716930998dec8.
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc1612/ajc1612.xml')
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc1612/ajc1612.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1612/ajc1612.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1612/ajc1612.xml index 5a8556d80..650bdea43 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc1612/ajc1612.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1612/ajc1612.xml @@ -13,7 +13,7 @@ <ajc-test dir="bugs1612/xmldefs" title="xml defined advice"> <compile files="Hello.java JavaHelper.java"/> - <run class="Hello" ltw="aop.xml" usefullltw="true"> + <run class="Hello" ltw="aop.xml"> <stdout> <line text="Hello"/> <line text="in advice"/> |