mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
fix error where status was used instead of summary
This commit is contained in:
parent
e4dfa0d142
commit
317cd84a58
@ -76,4 +76,4 @@ var value = re.exec(string_to_match);
|
||||
var expect = string_to_match;
|
||||
var actual = value ? value[0] : value;
|
||||
|
||||
reportCompare(expect, actual, status);
|
||||
reportCompare(expect, actual, summary);
|
||||
|
Loading…
Reference in New Issue
Block a user