Skip to content
Snippets Groups Projects
Commit a0fbe4aa authored by Jon Coppeard's avatar Jon Coppeard
Browse files

Fix a couple of minor issues in dynamic-import tests

parent 22ecf21b
No related branches found
No related tags found
No related merge requests found
// Copyright (C) 2018 Leo Balter. All rights reserved. // Copyright (C) 2018 Leo Balter. 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 default import('indirect-resolution-2_FIXTURE.js'); export default import('./indirect-resolution-2_FIXTURE.js');
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
description: The default property is not set the if the module doesn't export any default description: The default property is not set the if the module doesn't export any default
esid: sec-finishdynamicimport esid: sec-finishdynamicimport
features: [dynamic-import] features: [dynamic-import]
flags: [async] flags: [async, module]
info: | info: |
Runtime Semantics: FinishDynamicImport ( referencingScriptOrModule, specifier, promiseCapability, completion ) Runtime Semantics: FinishDynamicImport ( referencingScriptOrModule, specifier, promiseCapability, completion )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment