Commit aefc7936 authored by jgruber's avatar jgruber Committed by Commit bot

[js-perf-test] Fix JSON syntax for RegExp tests

BUG=v8:5339
NOTRY=true

Review-Url: https://codereview.chromium.org/2532013003
Cr-Commit-Position: refs/heads/master@{#41317}
parent 916a5337
......@@ -36,7 +36,7 @@
"slow_replace.js",
"slow_search.js",
"slow_split.js",
"slow_test.js",
"slow_test.js"
],
"results_regexp": "^%s\\-RegExp\\(Score\\): (.+)$",
"tests": [
......@@ -54,8 +54,8 @@
{"name": "SlowReplace"},
{"name": "SlowSearch"},
{"name": "SlowSplit"},
{"name": "SlowTest"},
{"name": "SlowTest"}
]
},
}
]
}
......@@ -36,7 +36,7 @@
"slow_replace.js",
"slow_search.js",
"slow_split.js",
"slow_test.js",
"slow_test.js"
],
"results_regexp": "^%s\\-RegExp\\(Score\\): (.+)$",
"tests": [
......@@ -54,7 +54,7 @@
{"name": "SlowReplace"},
{"name": "SlowSearch"},
{"name": "SlowSplit"},
{"name": "SlowTest"},
{"name": "SlowTest"}
]
}
]
......
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