summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/verify-dfs-a_FIXTURE.js
blob: 21f2ace941fb969b3166cf299eaede9b6d55c0af (plain)
1
2
3
4
5
6
7
8
9
// |reftest| skip -- not a test file
// Copyright (C) 2020 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

import { evaluated, check } from './verify-dfs.js';

check(import('./verify-dfs-b_FIXTURE.js'));

evaluated('A');