Bug 809492 - Rename num_constructors test to num_static_constructors r=jmaher

MozReview-Commit-ID: 3bw2MDL8iuI

--HG--
extra : rebase_source : 60eecf418f2599568c573a5ceb8d045f1254c28b
This commit is contained in:
William Lachance 2017-02-06 15:17:07 -05:00
parent 71e0f46c33
commit c4443faf53

View File

@ -54,7 +54,7 @@ if __name__ == '__main__':
"suites": [{
"name": "compiler_metrics",
"subtests": [{
"name": "num_constructors",
"name": "num_static_constructors",
"value": count_ctors(f),
"alertThreshold": 0.25
}]}