diff --git a/src/dynamic-import/namespace/await.template b/src/dynamic-import/namespace/await.template index c8022f2cb0..6d5691e36c 100644 --- a/src/dynamic-import/namespace/await.template +++ b/src/dynamic-import/namespace/await.template @@ -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: | diff --git a/src/dynamic-import/namespace/promise.template b/src/dynamic-import/namespace/promise.template index cf28772565..1c5e7c71d0 100644 --- a/src/dynamic-import/namespace/promise.template +++ b/src/dynamic-import/namespace/promise.template @@ -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: |