summaryrefslogtreecommitdiff
path: root/test/built-ins/Array/prototype/keys/returns-iterator-from-object.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Array/prototype/keys/returns-iterator-from-object.js')
-rw-r--r--test/built-ins/Array/prototype/keys/returns-iterator-from-object.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/Array/prototype/keys/returns-iterator-from-object.js b/test/built-ins/Array/prototype/keys/returns-iterator-from-object.js
index d28554bdf..8048b4910 100644
--- a/test/built-ins/Array/prototype/keys/returns-iterator-from-object.js
+++ b/test/built-ins/Array/prototype/keys/returns-iterator-from-object.js
@@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
+esid: sec-array.prototype.keys
es6id: 22.1.3.13
description: >
Creates an iterator from a custom object.