Correct test frontmatter

This commit is contained in:
Mike Pennisi 2015-05-26 17:31:34 -04:00
parent 527644d211
commit 19e6755f61

View File

@ -1,10 +1,10 @@
// Copyright (C) 2013 the V8 project authors. All rights reserved. // Copyright (C) 2013 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: 13.6.4.13 S5.c es6id: 13.6.4.13 S5.f
description: > description: >
The `done` value of iteration result objects should be interpreted as The `value` of iteration result objects should be retrieved using the Get
incomplete as per `ToBoolean` (7.1.2). abstract operation.
---*/ ---*/
var iterable = {}; var iterable = {};