mirror of https://github.com/tc39/test262.git
test(top-level-await): move out of staging module graphs hanging
This commit is contained in:
parent
5b1757743a
commit
01776c30d3
|
@ -2,12 +2,12 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: module graphs with TLA shouldn't hang
|
||||
description: Module graphs with Top-Level Await shouldn't hang.
|
||||
flags: [module, async]
|
||||
features: [top-level-await]
|
||||
---*/
|
||||
|
||||
import "./parent-tla_FIXTURE.js";
|
||||
await import("./grandparent-tla_FIXTURE.js");
|
||||
import "./module-graphs-parent-tla_FIXTURE.js";
|
||||
await import("./module-graphs-grandparent-tla_FIXTURE.js");
|
||||
|
||||
$DONE();
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2024 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
import "./parent-tla_FIXTURE.js";
|
||||
import "./module-graphs-parent-tla_FIXTURE.js";
|
Loading…
Reference in New Issue