summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-read-stream-throw-type-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-fs-read-stream-throw-type-error.js')
-rw-r--r--test/parallel/test-fs-read-stream-throw-type-error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-fs-read-stream-throw-type-error.js b/test/parallel/test-fs-read-stream-throw-type-error.js
index b01a0a588f..c2b0d5452c 100644
--- a/test/parallel/test-fs-read-stream-throw-type-error.js
+++ b/test/parallel/test-fs-read-stream-throw-type-error.js
@@ -4,7 +4,7 @@ const fixtures = require('../common/fixtures');
const fs = require('fs');
const example = fixtures.path('x.txt');
-
+// Should not throw.
fs.createReadStream(example, undefined);
fs.createReadStream(example, null);
fs.createReadStream(example, 'utf8');