mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 1219712: Fix syntax error in test. r=kwierso
--HG-- extra : commitid : DlmUGEP8JBO extra : amend_source : c858085bc520a0ed91e781913467b6bdcf2e1bb6
This commit is contained in:
parent
f1c9f218c9
commit
549d4cb108
@ -286,7 +286,7 @@ exports.testSetNoSetRead = function (assert, done) {
|
||||
|
||||
|
||||
function setGetRoot(assert, done, val, compare) {
|
||||
compare = compare || (a, b) => a === b;
|
||||
compare = compare || ((a, b) => a === b);
|
||||
|
||||
// Load the module once, set a value.
|
||||
let loader = Loader(module);
|
||||
|
Loading…
x
Reference in New Issue
Block a user