summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-underscore.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-05-15 12:34:49 -0700
committerJames M Snell <jasnell@gmail.com>2018-05-20 14:15:56 -0700
commit7f0f978affda555c5f7151f2d6abd212e753d4f1 (patch)
tree3f40904376635a00f0a15cd33186be09715e903c /test/parallel/test-repl-underscore.js
parenta14a0fa8dc401188f67d26a82daae9423c54b41f (diff)
downloadandroid-node-v8-7f0f978affda555c5f7151f2d6abd212e753d4f1.tar.gz
android-node-v8-7f0f978affda555c5f7151f2d6abd212e753d4f1.tar.bz2
android-node-v8-7f0f978affda555c5f7151f2d6abd212e753d4f1.zip
fs: refactor fs module
PR-URL: https://github.com/nodejs/node/pull/20764 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'test/parallel/test-repl-underscore.js')
-rw-r--r--test/parallel/test-repl-underscore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-repl-underscore.js b/test/parallel/test-repl-underscore.js
index 57929244ae..79b313195b 100644
--- a/test/parallel/test-repl-underscore.js
+++ b/test/parallel/test-repl-underscore.js
@@ -178,7 +178,7 @@ function testError() {
// The sync error, with individual property echoes
/Error: ENOENT: no such file or directory, scandir '.*nonexistent.*'/,
- /fs\.readdirSync/,
+ /Object\.readdirSync/,
"'ENOENT'",
"'scandir'",