aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-01-27 01:59:24 +0100
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-06 07:37:48 +0100
commit3732d7786bcb5722b9a4345e1345ff5ad81a7888 (patch)
treeb8dd090b45c25ef718cee57c64c7aeee49defb73
parent8c12a78d20e0108395657b2f6dce5922019d76b4 (diff)
downloadandroid-node-v8-3732d7786bcb5722b9a4345e1345ff5ad81a7888.tar.gz
android-node-v8-3732d7786bcb5722b9a4345e1345ff5ad81a7888.tar.bz2
android-node-v8-3732d7786bcb5722b9a4345e1345ff5ad81a7888.zip
test: remove obsolete code
The removed line does not add anything of value to the test. It was removed to simplify the test. PR-URL: https://github.com/nodejs/node/pull/25731 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
-rw-r--r--test/parallel/test-repl-tab-complete-no-warn.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-repl-tab-complete-no-warn.js b/test/parallel/test-repl-tab-complete-no-warn.js
index 58d0a1332f..7aedee69c3 100644
--- a/test/parallel/test-repl-tab-complete-no-warn.js
+++ b/test/parallel/test-repl-tab-complete-no-warn.js
@@ -15,7 +15,6 @@ const testMe = repl.start('', putIn);
// `Runtime.executionContextCreated` listener
process.on('warning', common.mustNotCall());
-putIn.run(['.clear']);
putIn.run(['async function test() {']);
for (let i = 0; i < DEFAULT_MAX_LISTENERS; i++) {
testMe.complete('await Promise.resolve()', () => {});