Run JS box tests for JS IR BE

This commit is contained in:
Zalim Bashorov
2018-03-12 22:27:45 +03:00
parent bef7b5389b
commit 4404c6dd2c
8 changed files with 15946 additions and 106 deletions
@@ -8,5 +8,5 @@ package org.jetbrains.kotlin.test
import java.io.File
val JS_IR_BACKEND_TEST_WHITELIST = listOf(
"js/js.translator/testData/box/annotation"
"js/js.translator/testData/box/package/nestedPackage.kt"
).map { File(it) }