Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl-options.js')
-rw-r--r--test/parallel/test-repl-options.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-repl-options.js b/test/parallel/test-repl-options.js
index a7e8e663d4e..cb7b2f08b65 100644
--- a/test/parallel/test-repl-options.js
+++ b/test/parallel/test-repl-options.js
@@ -33,9 +33,9 @@ repl._builtinLibs;
common.expectWarning({
DeprecationWarning: {
- DEP0XX1:
+ DEP0142:
'repl._builtinLibs is deprecated. Check module.builtinModules instead',
- DEP0XXX: 'repl.inputStream and repl.outputStream is deprecated. ' +
+ DEP0141: 'repl.inputStream and repl.outputStream is deprecated. ' +
'Use repl.input and repl.output instead',
DEP0124: 'REPLServer.rli is deprecated',
}