diff --git a/compiler/testData/psi/recovery/MissingCommaInConstructorValueParameterList.txt b/compiler/testData/psi/recovery/MissingCommaInConstructorValueParameterList.txt index 29f61aae63a..429eed1eb94 100644 --- a/compiler/testData/psi/recovery/MissingCommaInConstructorValueParameterList.txt +++ b/compiler/testData/psi/recovery/MissingCommaInConstructorValueParameterList.txt @@ -20,7 +20,7 @@ JetFile: MissingCommaInConstructorValueParameterList.kt USER_TYPE REFERENCE_EXPRESSION PsiElement(IDENTIFIER)('Int') - PsiErrorElement:Expecting comma + PsiErrorElement:Expecting comma or ')' PsiWhiteSpace(' ') VALUE_PARAMETER @@ -31,7 +31,7 @@ JetFile: MissingCommaInConstructorValueParameterList.kt USER_TYPE REFERENCE_EXPRESSION PsiElement(IDENTIFIER)('Int') - PsiErrorElement:Expecting comma + PsiErrorElement:Expecting comma or ')' PsiWhiteSpace(' ') VALUE_PARAMETER diff --git a/compiler/testData/psi/recovery/MissingCommaInValueParameterList.txt b/compiler/testData/psi/recovery/MissingCommaInValueParameterList.txt index d803521d3ea..4513f1146d8 100644 --- a/compiler/testData/psi/recovery/MissingCommaInValueParameterList.txt +++ b/compiler/testData/psi/recovery/MissingCommaInValueParameterList.txt @@ -26,7 +26,7 @@ JetFile: MissingCommaInValueParameterList.kt USER_TYPE REFERENCE_EXPRESSION PsiElement(IDENTIFIER)('Int') - PsiErrorElement:Expecting comma + PsiErrorElement:Expecting comma or ')' PsiWhiteSpace('\n ') VALUE_PARAMETER