Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! test: improve WPT runner name matching
  • Loading branch information
joyeecheung committed Dec 14, 2018
commit 8671556b91b1df6c820fa456197c754c2f36f704
2 changes: 1 addition & 1 deletion test/common/wpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ class WPTRunner {
}

if (!common.hasIntl && test.requireIntl()) {
this.skip(filename, 'missing Intl');
this.skip(filename, [ 'missing Intl' ]);
continue;
}

Expand Down