1// Copyright 2019 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Flags: --harmony-top-level-await
6
7assertEquals(globalThis.test262, ['1', '2', '3', '4']);
8
9import 'modules-skip-1-rqstd-order.mjs';
10import 'modules-skip-2-rqstd-order.mjs';
11import 'modules-skip-3-rqstd-order.mjs';
12import 'modules-skip-4-rqstd-order.mjs';
13