diff --git a/test/language/module-code/dynamic-import/ns/own-keys-sort_FIXTURE.js b/test/language/module-code/dynamic-import/ns/own-keys-sort_FIXTURE.js index 53e5ea5a91..baa8645460 100644 --- a/test/language/module-code/dynamic-import/ns/own-keys-sort_FIXTURE.js +++ b/test/language/module-code/dynamic-import/ns/own-keys-sort_FIXTURE.js @@ -1,3 +1,6 @@ +// Copyright (C) 2018 Leo Balter. All rights reserved. +// This code is governed by the BSD license found in the LICENSE file. + var x; export { x as π }; // u03c0 export { x as az };