Revert wrong testdata fix in NavigateToStdlibSourceTest

This commit is contained in:
Natalia Selezneva
2018-11-19 12:16:32 +03:00
parent 29a1204b48
commit 8033ec469c
@@ -29,11 +29,11 @@ class NavigateToStdlibSourceTest : KotlinCodeInsightTestCase() {
private val FILE_TEXT = "fun foo() { <caret>println() }"
fun testRefToPrintlnWithJVM() {
doTest("ioH.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES)
doTest("Console.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES)
}
fun testRefToPrintlnWithJVMAndJS() {
doTest("ioH.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES, ModuleKind.KOTLIN_JAVASCRIPT)
doTest("Console.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES, ModuleKind.KOTLIN_JAVASCRIPT)
}
fun testRefToPrintlnWithJS() {