mirror of https://github.com/tc39/test262.git
Fix a couple of minor issues in dynamic-import tests
This commit is contained in:
parent
22ecf21b38
commit
a0fbe4aa9a
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 Leo Balter. All rights reserved.
|
||||
// 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 @@
|
|||
description: The default property is not set the if the module doesn't export any default
|
||||
esid: sec-finishdynamicimport
|
||||
features: [dynamic-import]
|
||||
flags: [async]
|
||||
flags: [async, module]
|
||||
info: |
|
||||
Runtime Semantics: FinishDynamicImport ( referencingScriptOrModule, specifier, promiseCapability, completion )
|
||||
|
||||
|
|
Loading…
Reference in New Issue