From 7d1a5a18de1a5f93e81de8dd90dbfcd10390ddc8 Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Wed, 3 Oct 2018 18:14:56 -0400 Subject: [PATCH] Fix duplicate template paths --- .../syntax/invalid/nested-async-function-await.template | 2 +- .../syntax/invalid/nested-async-function-return-await.template | 2 +- .../syntax/invalid/nested-async-function.template | 2 +- .../syntax/valid/nested-async-function-await.template | 2 +- .../syntax/valid/nested-async-function-return-await.template | 2 +- src/dynamic-import/syntax/valid/nested-async-function.template | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/dynamic-import/syntax/invalid/nested-async-function-await.template b/src/dynamic-import/syntax/invalid/nested-async-function-await.template index fb149cfabe..4d433c2b1f 100644 --- a/src/dynamic-import/syntax/invalid/nested-async-function-await.template +++ b/src/dynamic-import/syntax/invalid/nested-async-function-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/module-code/dynamic-import/syntax/invalid/nested-arrow- +path: language/module-code/dynamic-import/syntax/invalid/nested-async-function-await- name: nested arrow syntax esid: sec-import-call-runtime-semantics-evaluation info: | diff --git a/src/dynamic-import/syntax/invalid/nested-async-function-return-await.template b/src/dynamic-import/syntax/invalid/nested-async-function-return-await.template index ebcd0f8205..34c7097634 100644 --- a/src/dynamic-import/syntax/invalid/nested-async-function-return-await.template +++ b/src/dynamic-import/syntax/invalid/nested-async-function-return-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/module-code/dynamic-import/syntax/invalid/nested-arrow- +path: language/module-code/dynamic-import/syntax/invalid/nested-async-function-return-await- name: nested arrow syntax esid: sec-import-call-runtime-semantics-evaluation info: | diff --git a/src/dynamic-import/syntax/invalid/nested-async-function.template b/src/dynamic-import/syntax/invalid/nested-async-function.template index 0ade145ee2..d84cc931ed 100644 --- a/src/dynamic-import/syntax/invalid/nested-async-function.template +++ b/src/dynamic-import/syntax/invalid/nested-async-function.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/module-code/dynamic-import/syntax/invalid/nested-arrow- +path: language/module-code/dynamic-import/syntax/invalid/nested-async-function- name: nested arrow syntax esid: sec-import-call-runtime-semantics-evaluation info: | diff --git a/src/dynamic-import/syntax/valid/nested-async-function-await.template b/src/dynamic-import/syntax/valid/nested-async-function-await.template index 5b8adb2ad2..0480ab68fd 100644 --- a/src/dynamic-import/syntax/valid/nested-async-function-await.template +++ b/src/dynamic-import/syntax/valid/nested-async-function-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/module-code/dynamic-import/syntax/valid/nested-arrow- +path: language/module-code/dynamic-import/syntax/valid/nested-async-function-await- name: nested arrow syntax esid: sec-import-call-runtime-semantics-evaluation info: | diff --git a/src/dynamic-import/syntax/valid/nested-async-function-return-await.template b/src/dynamic-import/syntax/valid/nested-async-function-return-await.template index 8d5fc08523..d9063ca78f 100644 --- a/src/dynamic-import/syntax/valid/nested-async-function-return-await.template +++ b/src/dynamic-import/syntax/valid/nested-async-function-return-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/module-code/dynamic-import/syntax/valid/nested-arrow- +path: language/module-code/dynamic-import/syntax/valid/nested-async-function-return-await- name: nested arrow syntax esid: sec-import-call-runtime-semantics-evaluation info: | diff --git a/src/dynamic-import/syntax/valid/nested-async-function.template b/src/dynamic-import/syntax/valid/nested-async-function.template index 1f9367b5ae..f358c16314 100644 --- a/src/dynamic-import/syntax/valid/nested-async-function.template +++ b/src/dynamic-import/syntax/valid/nested-async-function.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/module-code/dynamic-import/syntax/valid/nested-arrow- +path: language/module-code/dynamic-import/syntax/valid/nested-async-function- name: nested arrow syntax esid: sec-import-call-runtime-semantics-evaluation info: |