summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-02-28 19:53:14 -0500
committercjihrig <cjihrig@gmail.com>2019-03-01 13:11:02 -0500
commit4afd503465b5dd3b5d58d07043a99e9557bbfd53 (patch)
treee68a82e47dff447c646c589a301598bf1ecfd95f /test
parentfedc31bb3c46511d1fd1c906ee149d60f1c51bbf (diff)
downloadandroid-node-v8-4afd503465b5dd3b5d58d07043a99e9557bbfd53.tar.gz
android-node-v8-4afd503465b5dd3b5d58d07043a99e9557bbfd53.tar.bz2
android-node-v8-4afd503465b5dd3b5d58d07043a99e9557bbfd53.zip
doc,test,repl: fix deprecation code
PR-URL: https://github.com/nodejs/node/pull/26368 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-repl-options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-repl-options.js b/test/parallel/test-repl-options.js
index 72e39c4413..f6f6273f37 100644
--- a/test/parallel/test-repl-options.js
+++ b/test/parallel/test-repl-options.js
@@ -27,7 +27,7 @@ const repl = require('repl');
common.expectWarning({
DeprecationWarning: {
- DEP0XXX: 'REPLServer.rli is deprecated'
+ DEP0124: 'REPLServer.rli is deprecated'
}
});