mirror of https://github.com/tc39/test262.git
Rename the dynamic-import/ns to dynamic-import/namespace
This commit is contained in:
parent
5c625a615f
commit
d979e145b1
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
path: language/expressions/dynamic-import/ns/await-
|
||||
path: language/expressions/dynamic-import/namespace/await-
|
||||
name: value from await resolving
|
||||
esid: sec-finishdynamicimport
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
path: language/expressions/dynamic-import/ns/promise-then-
|
||||
path: language/expressions/dynamic-import/namespace/promise-then-
|
||||
name: value from promise then
|
||||
esid: sec-finishdynamicimport
|
||||
info: |
|
||||
|
|
Loading…
Reference in New Issue