mirror of https://github.com/tc39/test262.git
Merge pull request #1204 from isiahmeadows/patch-1
Fix erroneous description for one of the `do ... while` tests
This commit is contained in:
commit
767f3b74c1
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
description: Class declaration not allowed in statement position
|
||||
description: Function declaration not allowed in statement position
|
||||
esid: sec-do-while-statement
|
||||
es6id: 13.7.2
|
||||
negative:
|
||||
|
|
Loading…
Reference in New Issue