summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/instn-star-equality-other_FIXTURE.js
blob: b117bebd20ceebc812a9f0a7a015440d62bd04e8 (plain)
1
2
3
4
5
6
// |reftest| skip -- not a test file
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

import * as testNs from './instn-star-equality.js';
export { testNs };