Skip to content

Commit

Permalink
test: remove an unnecessary undefined in wpt
Browse files Browse the repository at this point in the history
PR-URL: #41470
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Qingyu Deng <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
XadillaX authored and juanarbol committed May 31, 2022
1 parent a47092f commit 09052f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/wpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 09052f3

Please sign in to comment.