From 9eb70cb3e2043b5262e686b4a80da36e5aa88d81 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 17 Nov 2015 00:03:33 +0100 Subject: add the capability to the testing framework to verify that delombok actually also handles the changed flag correctly --- test/transform/resource/messages-ecj/ValErrors.java.messages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 index 6d53ddd6..c4c76901 100644 --- a/test/transform/resource/messages-ecj/ValErrors.java.messages +++ b/test/transform/resource/messages-ecj/ValErrors.java.messages @@ -1,2 +1,2 @@ -5 d cannot be resolved to a variable -9 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... }) +6 d cannot be resolved to a variable +10 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... }) -- cgit