[TEST] Drop machinery about experimental coroutines from compiler tests

This commit is contained in:
Dmitriy Novozhilov
2020-12-01 17:46:41 +03:00
committed by TeamCityServer
parent 8c4b7ad1e1
commit aacf934b49
19 changed files with 31 additions and 122 deletions
@@ -121,7 +121,7 @@ abstract class AbstractQuickFixMultiFileTest : KotlinLightCodeInsightFixtureTest
}
return TestFile(fileName, linesWithoutDirectives.joinToString(separator = "\n"))
}
}, ""
}
)
val afterFile = subFiles.firstOrNull { file -> file.path.contains(".after") }