Fix: test/language/module-code/export-expname_FIXTURE.js remove frontmatter.

This commit is contained in:
Rick Waldron 2020-09-30 09:41:21 -04:00
parent dc74a0b0ee
commit 70a39ad0fb
1 changed files with 0 additions and 3 deletions

View File

@ -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() {}