From 06581537f24fe31ee096960be496bc503059a95e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 14 Feb 2012 16:39:48 +0100 Subject: More test files, test files updated to be valid java, and ecj test now goes through the complete compile process. This means val and @Delegate testing is now enabled. TODO: Update -eclipse tests. --- test/transform/resource/messages-ecj/ValErrors.java.messages | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/transform/resource/messages-ecj/ValErrors.java.messages (limited to 'test/transform/resource/messages-ecj/ValErrors.java.messages') diff --git a/test/transform/resource/messages-ecj/ValErrors.java.messages b/test/transform/resource/messages-ecj/ValErrors.java.messages new file mode 100644 index 00000000..0a23326c --- /dev/null +++ b/test/transform/resource/messages-ecj/ValErrors.java.messages @@ -0,0 +1,2 @@ +5 error d cannot be resolved to a variable +9 error 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... }) -- cgit