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 <luigipinca@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
XadillaX committed Apr 10, 2022
1 parent 13ad8d4 commit 0525a14
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 0525a14

Please sign in to comment.