From c65ec9694305c8b577e36be64a8a60675251ef92 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 12 Jan 2014 00:10:24 +0100 Subject: [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. --- test/transform/resource/after-ecj/ValInTryWithResources.java | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/transform/resource/after-ecj/ValInTryWithResources.java (limited to 'test/transform') 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 -- cgit