mirror of https://github.com/tc39/test262.git
fixup!
This commit is contained in:
parent
ddff7c5ded
commit
c1c1ed47db
|
@ -1,7 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 10.2.1
|
esid: sec-module-semantics-static-semantics-early-errors
|
||||||
description: >
|
description: >
|
||||||
It is a Syntax Error if the LexicallyDeclaredNames of ModuleItemList
|
It is a Syntax Error if the LexicallyDeclaredNames of ModuleItemList
|
||||||
contains any duplicate entries.
|
contains any duplicate entries.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 10.2.1
|
esid: sec-module-semantics-static-semantics-early-errors
|
||||||
description: >
|
description: >
|
||||||
It is a Syntax Error if the LexicallyDeclaredNames of ModuleItemList
|
It is a Syntax Error if the LexicallyDeclaredNames of ModuleItemList
|
||||||
contains any duplicate entries.
|
contains any duplicate entries.
|
||||||
|
@ -16,10 +16,5 @@ negative:
|
||||||
|
|
||||||
$DONOTEVALUATE();
|
$DONOTEVALUATE();
|
||||||
|
|
||||||
function x() {
|
function x() {}
|
||||||
|
async function x() {}
|
||||||
}
|
|
||||||
|
|
||||||
async function x() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue