summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-syncwritestream.js
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-05-03 14:40:48 -0400
committercjihrig <cjihrig@gmail.com>2018-05-07 19:47:42 -0400
commit975f6c1f7077fd33db95eaeee6ccfa49e4a29348 (patch)
treeedbc5ece189e5b3747d5bb659203b55c8dafa580 /test/parallel/test-fs-syncwritestream.js
parent0452f1152cb15db01631196e893b875332946b76 (diff)
downloadandroid-node-v8-975f6c1f7077fd33db95eaeee6ccfa49e4a29348.tar.gz
android-node-v8-975f6c1f7077fd33db95eaeee6ccfa49e4a29348.tar.bz2
android-node-v8-975f6c1f7077fd33db95eaeee6ccfa49e4a29348.zip
fs: move fs/promises to fs.promises
PR-URL: https://github.com/nodejs/node/pull/20504 Refs: https://github.com/nodejs/TSC/issues/389 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'test/parallel/test-fs-syncwritestream.js')
-rw-r--r--test/parallel/test-fs-syncwritestream.js4
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