blob: 94f0f866c29a38978479541233e9074f87987414 [file] [log] [blame]
import * as assert from '../assert.js';
import("./js-wasm-cycle/entry.js").then($vm.abort, function (error) {
assert.eq(String(error), `Error: import function ./entry.js:return42 must be callable`);
}).then(function () { }, $vm.abort);