Reuse JVM box tests for binary operations in JS, excluding those that can't pass now.

This commit is contained in:
Ilya Gorbunov
2016-10-21 04:19:39 +03:00
parent 19922135fd
commit 98f7c61333
7 changed files with 153 additions and 0 deletions
@@ -1209,6 +1209,10 @@ fun main(args: Array<String>) {
testClass<AbstractTypeAliasesTests>() {
model("codegen/box/typealias/", targetBackend = TargetBackend.JS)
}
testClass<AbstractBinaryOpTests>() {
model("codegen/box/binaryOp", targetBackend = TargetBackend.JS)
}
}
}