Snapshot 568f05589922685b8c8f9a2f2f465043b8128542 from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: I47fe8cb5d8a3c9876cd4c313dca1a8cc531288ec
diff --git a/plugins/groovy/testdata/reparse/OpeningParenthesisAtBlockStart.txt b/plugins/groovy/testdata/reparse/OpeningParenthesisAtBlockStart.txt
index 7a05e53..43602fd 100644
--- a/plugins/groovy/testdata/reparse/OpeningParenthesisAtBlockStart.txt
+++ b/plugins/groovy/testdata/reparse/OpeningParenthesisAtBlockStart.txt
@@ -51,7 +51,7 @@
PsiElement(new line)('\n\n')
PsiElement(})('}')
PsiElement(new line)('\n')
- PsiErrorElement:';' or new line expected
+ PsiErrorElement:Unexpected symbol
PsiElement(})('}')
---
Groovy script
@@ -111,5 +111,5 @@
PsiWhiteSpace('\n\n')
PsiElement(})('}')
PsiElement(new line)('\n')
- PsiErrorElement:';' or new line expected
+ PsiErrorElement:Unexpected symbol
PsiElement(})('}')
\ No newline at end of file