Reuse JVM box tests for binary operations in JS, excluding those that can't pass now.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user