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