[JS TESTS] Replace - symbol in module name with _

This commit is contained in:
Ivan Kylchik
2021-08-30 15:41:19 +03:00
parent 3cbeb08f79
commit 2bea77d4e2
17 changed files with 38 additions and 38 deletions
@@ -6,7 +6,7 @@
// TODO: Fix tests on Windows
// DONT_TARGET_EXACT_BACKEND: JS_IR
// MODULE: overriden-external-method-with-same-stable-name-method
// MODULE: overriden_external_method_with_same_stable_name_method
// FILE: lib.kt
external abstract class Foo {
abstract fun o(): String