summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-of-no-deprecation.js
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-12-29 18:14:20 -0500
committercjihrig <cjihrig@gmail.com>2019-01-01 09:57:32 -0500
commite7658471d3d98f13783794277c62f61936706fc7 (patch)
treee2c1f44caf8d102703302137d86db3fafef48261 /test/parallel/test-buffer-of-no-deprecation.js
parentda9a4d0fb4df8be01cfd5a8d582f9acbb1e10306 (diff)
downloadandroid-node-v8-e7658471d3d98f13783794277c62f61936706fc7.tar.gz
android-node-v8-e7658471d3d98f13783794277c62f61936706fc7.tar.bz2
android-node-v8-e7658471d3d98f13783794277c62f61936706fc7.zip
test: remove unnecessary test flags
This commit removes unnecessary flags used when starting tests via the "// Flags:" directive. PR-URL: https://github.com/nodejs/node/pull/25277 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'test/parallel/test-buffer-of-no-deprecation.js')
-rw-r--r--test/parallel/test-buffer-of-no-deprecation.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-buffer-of-no-deprecation.js b/test/parallel/test-buffer-of-no-deprecation.js
index 92d78a5415..d0ac75b4a3 100644
--- a/test/parallel/test-buffer-of-no-deprecation.js
+++ b/test/parallel/test-buffer-of-no-deprecation.js
@@ -1,4 +1,3 @@
-// Flags: --pending-deprecation --no-warnings
'use strict';
const common = require('../common');