Skip to content

Commit

Permalink
test: remove unneeded --expose-internals
Browse files Browse the repository at this point in the history
test/wpt/test-timers.js does not appear to need the `--expose-internals`
flag. Remove it.

PR-URL: #27608
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Trott authored and targos committed May 11, 2019
1 parent c6ab6b2 commit d7fcd75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/wpt/test-timers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

// Flags: --expose-internals

require('../common');
const { WPTRunner } = require('../common/wpt');

Expand Down

0 comments on commit d7fcd75

Please sign in to comment.