mirror of https://github.com/tc39/test262.git
Fix gh-2866
This commit is contained in:
parent
f38e55def4
commit
487b77eda8
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (C) 2020 Bradley Farias. All rights reserved.
|
// Copyright (C) 2020 Bradley Farias. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
export { Mercury as "☿" };
|
export { Mercury };
|
||||||
function Mercury() {}
|
function Mercury() {}
|
||||||
globalThis.Mercury = Mercury;
|
globalThis.Mercury = Mercury;
|
||||||
|
|
Loading…
Reference in New Issue