diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-12 00:10:24 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-18 18:55:53 +0100 |
commit | c65ec9694305c8b577e36be64a8a60675251ef92 (patch) | |
tree | a474240d68b02b8d69b43a5fe73877328f935015 /test/transform | |
parent | f6da35e4c4f3305ecd1b415e2ab1b9ef8a9120b4 (diff) | |
download | lombok-c65ec9694305c8b577e36be64a8a60675251ef92.tar.gz lombok-c65ec9694305c8b577e36be64a8a60675251ef92.tar.bz2 lombok-c65ec9694305c8b577e36be64a8a60675251ef92.zip |
[test-directives] another update to the 'test directives' system; test files now can start with directives (configuration keys, 'ignore', and java language version limits), and the test directory runner now has a framework to handle these. All existing tests pass at this point.
Diffstat (limited to 'test/transform')
-rw-r--r-- | test/transform/resource/after-ecj/ValInTryWithResources.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/after-ecj/ValInTryWithResources.java b/test/transform/resource/after-ecj/ValInTryWithResources.java new file mode 100644 index 00000000..5b354bdf --- /dev/null +++ b/test/transform/resource/after-ecj/ValInTryWithResources.java @@ -0,0 +1 @@ +//ignore: This is a J7 feature that isn't turned on in the ecj variant we use to run the tests. We need to update that ecj at some point and enable this test.
\ No newline at end of file |