summaryrefslogtreecommitdiff
path: root/test/parallel/test-fs-rmdir-recursive-warns-not-found.js
diff options
context:
space:
mode:
authorIan Sutherland <ian@iansutherland.ca>2020-10-16 11:50:00 -0600
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-24 16:18:07 +0200
commitc5b9b5b28ff3804811b50df12459ff134887a82b (patch)
tree8e2e07832075bf8ec02e9a4f1a25054a9ab1e7dd /test/parallel/test-fs-rmdir-recursive-warns-not-found.js
parent440edaa6881bc6e4966558a10152b41838f9f28a (diff)
downloadnode-new-c5b9b5b28ff3804811b50df12459ff134887a82b.tar.gz
test: add additional deprecation warning tests for rmdir recursive
PR-URL: https://github.com/nodejs/node/pull/35683 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'test/parallel/test-fs-rmdir-recursive-warns-not-found.js')
-rw-r--r--test/parallel/test-fs-rmdir-recursive-warns-not-found.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-fs-rmdir-recursive-warns-not-found.js b/test/parallel/test-fs-rmdir-recursive-warns-not-found.js
index c87a209560..9f733b47d1 100644
--- a/test/parallel/test-fs-rmdir-recursive-warns-not-found.js
+++ b/test/parallel/test-fs-rmdir-recursive-warns-not-found.js
@@ -6,7 +6,6 @@ const path = require('path');
tmpdir.refresh();
-
{
// Should warn when trying to delete a nonexistent path
common.expectWarning(