Rename the dynamic-import/ns to dynamic-import/namespace

This commit is contained in:
Leo Balter 2018-10-19 11:50:53 -04:00
parent 5c625a615f
commit d979e145b1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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