summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/expressions/dynamic-import/update-to-dynamic-import-other_FIXTURE.js
blob: 9232455f914dbe480e96585af78f4d84d84b44e6 (plain)
1
2
3
4
5
6
7
8
9
// |reftest| skip -- not a test file
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

var global = Function('return this;')();

global.test262Update('other');

export default 42;