Bug 1892041 - Part 2: Update test262. r=spidermonkey-reviewers,dminor
[gecko.git] / js / src / tests / test262 / language / module-code / instn-resolve-order-depth.js
blob3ab9b2bc56d0076b2de08d2ea02961b709b1c952
1 // |reftest| error:SyntaxError module
2 // Copyright (C) 2016 the V8 project authors. All rights reserved.
3 // This code is governed by the BSD license found in the LICENSE file.
4 /*---
5 description: Module dependencies are resolved following a depth-first strategy
6 esid: sec-moduledeclarationinstantiation
7 negative:
8   phase: resolution
9   type: SyntaxError
10 flags: [module]
11 ---*/
13 $DONOTEVALUATE();
15 import './instn-resolve-order-depth-child_FIXTURE.js';
16 import './instn-resolve-order-depth-syntax_FIXTURE.js';