Commit c64288d9 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Add missing js-test resource.

The create.js file is loaded unconditionally in run.js,
therefore we need to add it to resources, otherwise it
fails on Android.

TBR=caitp@igalia.com
NOTRY=true

Review-Url: https://codereview.chromium.org/2401883002
Cr-Commit-Position: refs/heads/master@{#40084}
parent 3de42b3f
......@@ -162,8 +162,9 @@
"flags": ["--harmony"],
"resources": [
"assign.js",
"values.js",
"entries.js"
"create.js",
"entries.js",
"values.js"
],
"results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
"tests": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment