Skip to content

Commit

Permalink
fix off-by-one error
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Oct 17, 2019
1 parent 1ae651b commit 0a2be43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void testCanonical6() {
"----------\n" +
"2. ERROR in Foo.groovy (at line 1)\n" +
"\t@groovy.transform.Canonical(doesNotExist=null)\n" +
"\t ^^^^^^^^^^^^^^^^^^\n" +
"\t ^^^^^^^^^^^^^^^^^\n" +
"The attribute doesNotExist is undefined for the annotation type Canonical\n" +
"----------\n" +
"3. ERROR in Foo.groovy (at line 1)\n" +
Expand Down

0 comments on commit 0a2be43

Please sign in to comment.