aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/ajc195
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2020-04-20 16:24:02 -0700
committerAndy Clement <aclement@pivotal.io>2020-04-20 16:24:02 -0700
commit4471ba76ac755b504d99e514a1cf5a375e7d02d1 (patch)
tree5f8d4f4dfb79d72f6c344294a319b0b04b01e2ae /tests/src/test/resources/org/aspectj/systemtest/ajc195
parent17026e35243f229c2e3c07c292f2caaac65503a4 (diff)
downloadaspectj-4471ba76ac755b504d99e514a1cf5a375e7d02d1.tar.gz
aspectj-4471ba76ac755b504d99e514a1cf5a375e7d02d1.zip
Include JDTCore for Java14
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc195')
-rw-r--r--tests/src/test/resources/org/aspectj/systemtest/ajc195/ajc195.xml27
1 files changed, 1 insertions, 26 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc195/ajc195.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc195/ajc195.xml
index d9d679859..9b109a3f1 100644
--- a/tests/src/test/resources/org/aspectj/systemtest/ajc195/ajc195.xml
+++ b/tests/src/test/resources/org/aspectj/systemtest/ajc195/ajc195.xml
@@ -103,31 +103,6 @@
</run>
</ajc-test>
-
- <ajc-test dir="features195/textblock" vm="13" title="textblock 1">
- <compile files="Code.java" options="--enable-preview -source 13">
- </compile>
- <run class="Code" vmargs="--enable-preview">
- <stdout>
- <line text="this is a text"/>
- <!-- the incidental space is removed with a trim in output matching but the test app doesn't remove it when printing it, why? -->
- <line text="block"/>
- <line text=""/>
- </stdout>
- </run>
- </ajc-test>
-
- <ajc-test dir="features195/textblock" vm="13" title="textblock 2">
- <compile files="Code2.java" options="--enable-preview -source 13">
- </compile>
- <run class="Code2" vmargs="--enable-preview">
- <stdout>
- <!-- why is the incidental space not removed here?? -->
- <line text="this is a text"/>
- <line text="block in advice"/>
- <line text=""/>
- </stdout>
- </run>
- </ajc-test>
+
</suite>