Update testdata: println is moved to ioH.kt

This commit is contained in:
Natalia Selezneva
2018-10-29 14:46:53 +03:00
parent a79785727e
commit 2d0ecf8f50
@@ -29,11 +29,11 @@ class NavigateToStdlibSourceTest : KotlinCodeInsightTestCase() {
private val FILE_TEXT = "fun foo() { <caret>println() }"
fun testRefToPrintlnWithJVM() {
doTest("Console.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES)
doTest("ioH.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES)
}
fun testRefToPrintlnWithJVMAndJS() {
doTest("Console.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES, ModuleKind.KOTLIN_JAVASCRIPT)
doTest("ioH.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES, ModuleKind.KOTLIN_JAVASCRIPT)
}
fun testRefToPrintlnWithJS() {