Fix duplicate template paths

This commit is contained in:
Leo Balter 2018-10-03 18:14:56 -04:00 committed by Rick Waldron
parent 724e3d7ccb
commit 7d1a5a18de
6 changed files with 6 additions and 6 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/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: |

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

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

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

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

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