Skip to content

Commit c866b52

Browse files
BridgeARaddaleax
authored andcommitted
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: #25731 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 2c737a8 commit c866b52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-repl-tab-complete-no-warn.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const testMe = repl.start('', putIn);
1515
// `Runtime.executionContextCreated` listener
1616
process.on('warning', common.mustNotCall());
1717

18-
putIn.run(['.clear']);
1918
putIn.run(['async function test() {']);
2019
for (let i = 0; i < DEFAULT_MAX_LISTENERS; i++) {
2120
testMe.complete('await Promise.resolve()', () => {});

0 commit comments

Comments
 (0)