mirror of https://github.com/tc39/test262.git
Fix: test/language/module-code/export-expname_FIXTURE.js remove frontmatter.
This commit is contained in:
parent
dc74a0b0ee
commit
70a39ad0fb
|
@ -1,8 +1,5 @@
|
|||
// Copyright (C) 2020 Bradley Farias. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
flags: [module]
|
||||
---*/
|
||||
|
||||
export { Mercury as "☿" };
|
||||
function Mercury() {}
|
||||
|
|
Loading…
Reference in New Issue