Merge pull request #1204 from isiahmeadows/patch-1

Fix erroneous description for one of the `do ... while` tests
This commit is contained in:
Daniel Ehrenberg 2017-08-30 12:53:30 +02:00 committed by GitHub
commit 767f3b74c1

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved. // Copyright (C) 2016 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.
/*--- /*---
description: Class declaration not allowed in statement position description: Function declaration not allowed in statement position
esid: sec-do-while-statement esid: sec-do-while-statement
es6id: 13.7.2 es6id: 13.7.2
negative: negative: