From d2ec50b9a98e5065e6afb1f40042adf2b80e5eee Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 29 Feb 2012 19:28:29 +0400 Subject: [PATCH] Fix for When_ERR test --- compiler/testData/psi/When_ERR.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/testData/psi/When_ERR.txt b/compiler/testData/psi/When_ERR.txt index 79f912dc3a9..9887f26c64a 100644 --- a/compiler/testData/psi/When_ERR.txt +++ b/compiler/testData/psi/When_ERR.txt @@ -92,7 +92,7 @@ JetFile: When_ERR.jet PsiWhiteSpace('\n ') WHEN_ENTRY PsiElement(else)('else') - PsiErrorElement:Expecting '=>' + PsiErrorElement:Expecting '->' PsiWhiteSpace('\n ') PsiElement(RBRACE)('}') @@ -173,7 +173,7 @@ JetFile: When_ERR.jet PsiWhiteSpace('\n ') WHEN_ENTRY PsiElement(else)('else') - PsiErrorElement:Expecting '=>' + PsiErrorElement:Expecting '->' PsiWhiteSpace('\n ') WHEN_ENTRY @@ -240,4 +240,4 @@ JetFile: When_ERR.jet PsiWhiteSpace('\n ') PsiElement(RBRACE)('}') PsiWhiteSpace('\n') - PsiElement(RBRACE)('}') \ No newline at end of file + PsiElement(RBRACE)('}')