From f6e4a45adf2dfebf777f458c46cfe96647793454 Mon Sep 17 00:00:00 2001 From: Anna Kozlova Date: Thu, 19 Feb 2015 19:57:32 +0100 Subject: [PATCH] testdata fixed --- .../jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/groovy/test/org/jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy b/plugins/groovy/test/org/jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy index 0d87bd6ac5e6..cfa51bc28b55 100644 --- a/plugins/groovy/test/org/jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy +++ b/plugins/groovy/test/org/jetbrains/plugins/groovy/inspections/CastToTypeTest.groovy @@ -39,6 +39,6 @@ public class CastToTypeTest extends LightCodeInsightFixtureTestCase { myFixture.checkResultByFile(getTestName(true) + '_after.groovy') } - void testSimple() {doTest('Cast to List')} + void testSimple() {doTest('Cast to List')} void testInReturnType() {doTest('Cast to int')} }