Commit 056a2bf4 authored by Tobias Tebbi's avatar Tobias Tebbi Committed by Commit Bot

[test] fix Sixspeed runner to really run "Map get string"

Bug: 
Change-Id: I4ffc052bb9f4599c91f0ad6a5ed41ac622c911d1
Reviewed-on: https://chromium-review.googlesource.com/735439Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48878}
parent 1a5c3f0d
...@@ -258,14 +258,14 @@ ...@@ -258,14 +258,14 @@
{ {
"name": "ES5", "name": "ES5",
"main": "run.js", "main": "run.js",
"resources": ["map_set_add/es5.js"], "resources": ["map_string/es5.js"],
"test_flags": ["map_set_add/es5"] "test_flags": ["map_string/es5"]
}, },
{ {
"name": "ES6", "name": "ES6",
"main": "run.js", "main": "run.js",
"resources": ["map_set_add/es6.js"], "resources": ["map_string/es6.js"],
"test_flags": ["map_set_add/es6"] "test_flags": ["map_string/es6"]
} }
] ]
} }
......
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