[JS IR BE] Fix and refactor interop tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function createWrongObject() {
|
||||
return new (JS_TESTS.foo.C);
|
||||
return new (JS_TESTS.C);
|
||||
}
|
||||
Reference in New Issue
Block a user