Fix error message in test data

This commit is contained in:
Alexey Sedunov
2014-01-09 19:16:17 +04:00
parent 446941257b
commit 5fcf9ca448
2 changed files with 3 additions and 3 deletions
@@ -20,7 +20,7 @@ JetFile: MissingCommaInConstructorValueParameterList.kt
USER_TYPE
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('Int')
PsiErrorElement:Expecting comma
PsiErrorElement:Expecting comma or ')'
<empty list>
PsiWhiteSpace(' ')
VALUE_PARAMETER
@@ -31,7 +31,7 @@ JetFile: MissingCommaInConstructorValueParameterList.kt
USER_TYPE
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('Int')
PsiErrorElement:Expecting comma
PsiErrorElement:Expecting comma or ')'
<empty list>
PsiWhiteSpace(' ')
VALUE_PARAMETER
@@ -26,7 +26,7 @@ JetFile: MissingCommaInValueParameterList.kt
USER_TYPE
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('Int')
PsiErrorElement:Expecting comma
PsiErrorElement:Expecting comma or ')'
<empty list>
PsiWhiteSpace('\n ')
VALUE_PARAMETER