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/ajc180/ajc180.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/ajc180/ajc180.xml')
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc180/ajc180.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc180/ajc180.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc180/ajc180.xml index 2f62c5169..257f5972c 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc180/ajc180.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc180/ajc180.xml @@ -5,19 +5,19 @@ <ajc-test dir="bugs180/432178" title="percflow ltw"> <compile options="-1.8" files="A.java B.java"/> <compile options="-1.8" files="PerCFlowBug.java"/> - <run class="A" ltw="aop.xml" usefullltw="true"> + <run class="A" ltw="aop.xml"> <stdout> <line text="foo"/> <line text="bar"/> </stdout> </run> </ajc-test> - + <ajc-test dir="bugs180/pr432714" title="stackmapframe"> <compile options="-1.8" files="Code.java"/> <run class="Code"/> </ajc-test> - + <ajc-test dir="bugs180/pr431976" title="thisJoinPoint not initialized"> <compile options="-1.8" files="Code.java"/> </ajc-test> @@ -25,7 +25,7 @@ <ajc-test dir="bugs180/pr431541" title="NullAnnotationMatching exception"> <compile options="-1.8" files="Test.aj"/> </ajc-test> - + <ajc-test dir="bugs180/415957" title="annotations with 1.8 flags"> <compile files="MyAspect.aj MyClass.java Resource.java" options="-1.8 -showWeaveInfo"> <message kind="weave" text="Join point 'method-execution(void MyClass.method())' in Type 'MyClass' (MyClass.java:3) advised by before advice from 'MyAspect' (MyAspect.aj:5)"/> |