diff --git a/test/common/wpt.js b/test/common/wpt.js index cad77aec3642dc..ff969f4358c990 100644 --- a/test/common/wpt.js +++ b/test/common/wpt.js @@ -78,7 +78,7 @@ class ResourceLoader { } class StatusRule { - constructor(key, value, pattern = undefined) { + constructor(key, value, pattern) { this.key = key; this.requires = value.requires || []; this.fail = value.fail;