aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/ValErrors.java.messages
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2015-11-17 00:03:33 +0100
committerRoel Spilker <r.spilker@gmail.com>2015-11-17 00:04:39 +0100
commit9eb70cb3e2043b5262e686b4a80da36e5aa88d81 (patch)
treeb2b9d741169e47785eec216c28f34fdaa5b3b1a4 /test/transform/resource/messages-delombok/ValErrors.java.messages
parent8db179346171d47230b88cdd509954391fb49d1c (diff)
downloadlombok-9eb70cb3e2043b5262e686b4a80da36e5aa88d81.tar.gz
lombok-9eb70cb3e2043b5262e686b4a80da36e5aa88d81.tar.bz2
lombok-9eb70cb3e2043b5262e686b4a80da36e5aa88d81.zip
add the capability to the testing framework to verify that delombok actually also handles the changed flag correctly
Diffstat (limited to 'test/transform/resource/messages-delombok/ValErrors.java.messages')
-rw-r--r--test/transform/resource/messages-delombok/ValErrors.java.messages4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/transform/resource/messages-delombok/ValErrors.java.messages b/test/transform/resource/messages-delombok/ValErrors.java.messages
index bb33c6de..0777143b 100644
--- a/test/transform/resource/messages-delombok/ValErrors.java.messages
+++ b/test/transform/resource/messages-delombok/ValErrors.java.messages
@@ -1,2 +1,2 @@
-5 Cannot use 'val' here because initializer expression does not have a representable type: Type cannot be resolved
-9 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... })
+6 Cannot use 'val' here because initializer expression does not have a representable type: Type cannot be resolved
+10 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... })