diff options
Diffstat (limited to 'test/parallel/test-intl-v8BreakIterator.js')
-rw-r--r-- | test/parallel/test-intl-v8BreakIterator.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-intl-v8BreakIterator.js b/test/parallel/test-intl-v8BreakIterator.js index 6e25c32cd7..91717d1394 100644 --- a/test/parallel/test-intl-v8BreakIterator.js +++ b/test/parallel/test-intl-v8BreakIterator.js @@ -1,9 +1,9 @@ 'use strict'; -require('../common'); +const common = require('../common'); const assert = require('assert'); if (global.Intl === undefined || Intl.v8BreakIterator === undefined) { - return console.log('1..0 # Skipped: no Intl'); + return common.skip('no Intl'); } try { |