summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/top-level-await/dfs-invariant-async_FIXTURE.js
blob: 64c5bce13eaf1677a4b662f89a9fde9bb54d3bf6 (plain)
1
2
3
4
5
// |reftest| skip -- not a test file
// Copyright (C) 2021 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
await 0;
globalThis.test262 = 'async';