diff options
Diffstat (limited to 'test/parallel/test-fs-syncwritestream.js')
-rw-r--r-- | test/parallel/test-fs-syncwritestream.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-fs-syncwritestream.js b/test/parallel/test-fs-syncwritestream.js index a014277a6b..8fbe665a40 100644 --- a/test/parallel/test-fs-syncwritestream.js +++ b/test/parallel/test-fs-syncwritestream.js @@ -6,8 +6,8 @@ const stream = require('stream'); const fs = require('fs'); const path = require('path'); -// require('internal/fs').SyncWriteStream is used as a stdio implementation -// when stdout/stderr point to files. +// require('internal/fs/utils').SyncWriteStream is used as a stdio +// implementation when stdout/stderr point to files. if (process.argv[2] === 'child') { // Note: Calling console.log() is part of this test as it exercises the |