mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1219712: Fix syntax error in test. r=kwierso
This commit is contained in:
parent
e56872b557
commit
9fd2fe6515
@ -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…
Reference in New Issue
Block a user