From 5fcf9ca4484e4aa44fdab69ee38a66875f9478f8 Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Thu, 9 Jan 2014 19:16:17 +0400 Subject: [PATCH] Fix error message in test data --- .../recovery/MissingCommaInConstructorValueParameterList.txt | 4 ++-- .../psi/recovery/MissingCommaInValueParameterList.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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