Fix a couple of minor issues in dynamic-import tests

This commit is contained in:
Jon Coppeard 2018-11-22 17:54:39 +00:00
parent 22ecf21b38
commit a0fbe4aa9a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// 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');

View File

@ -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 )