Correct test frontmatter

This commit is contained in:
Mike Pennisi 2015-05-26 17:31:34 -04:00
parent 527644d211
commit 19e6755f61
1 changed files with 3 additions and 3 deletions

View File

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