Add for-each.js to the required resources of the test

R=mvstanton@chromium.org

Bug: chromium:810410
Change-Id: I366c0cb3a8726a0d4e1072aa0332b2a9235b120b
Reviewed-on: https://chromium-review.googlesource.com/912870
Reviewed-by: Michael Stanton <mvstanton@chromium.org>
Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51228}
This commit is contained in:
Sergiy Byelozyorov 2018-02-11 18:03:16 +01:00 committed by Commit Bot
parent 5f73847d5c
commit 29844bac3a

View File

@ -417,7 +417,7 @@
"resources": [
"filter.js", "map.js", "every.js", "join.js", "some.js",
"reduce.js", "reduce-right.js", "to-string.js", "find.js",
"find-index.js", "from.js", "of.js"
"find-index.js", "from.js", "of.js", "for-each.js"
],
"flags": [
"--allow-natives-syntax"