summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/module/bug1693261-c1.mjs
blob: 31f42d027e93c8c090c81b7e6e889cc34fb12b25 (plain)
1
2
3
4
5
6
// |reftest| skip -- support file
import "./bug1693261-async.mjs";
if (globalThis.testArray === undefined) {
  globalThis.testArray = [];
}
globalThis.testArray.push("c1");