diff options
author | Andy Clement <aclement@pivotal.io> | 2020-04-20 16:24:02 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2020-04-20 16:24:02 -0700 |
commit | 4471ba76ac755b504d99e514a1cf5a375e7d02d1 (patch) | |
tree | 5f8d4f4dfb79d72f6c344294a319b0b04b01e2ae /tests/src/test/resources/org/aspectj/systemtest/ajc195 | |
parent | 17026e35243f229c2e3c07c292f2caaac65503a4 (diff) | |
download | aspectj-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.xml | 27 |
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> |