summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/missing-export-offthread.js
blob: faaca860a95196c71e6e2169f13593958c18e9b5 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: helperThreadCount() === 0

load(libdir + "asserts.js")

// Don't assert.
offThreadCompileModule("export { x };");
assertThrowsInstanceOf(() => finishOffThreadModule(), SyntaxError);