diff --git a/test/common/wpt.js b/test/common/wpt.js index 2a772f6f0fa8b1..2615a9d7e66e41 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;