Bug 1219712: Fix syntax error in test. r=kwierso

--HG--
extra : commitid : DlmUGEP8JBO
extra : amend_source : c858085bc520a0ed91e781913467b6bdcf2e1bb6
This commit is contained in:
Jacobo Aragunde Pérez 2015-11-10 09:15:10 -08:00
parent f1c9f218c9
commit 549d4cb108

View File

@ -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);