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