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, [
8  '1_udir_a', '1_udir_b', '2', '1_uind'
9]);
10
11import 'modules-skip-1-rqstd-order-indirect-unreached-top-level-await.mjs';
12import 'modules-skip-2-rqstd-order.mjs';
13