Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
repl: remove unused test code.
  • Loading branch information
lance committed Jun 27, 2016
commit b4d8de75faba92b460d03f819eeb7c990599c449
6 changes: 0 additions & 6 deletions test/parallel/test-repl-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ testContext(repl.start({
useGlobal: false
}));

// Test when useGlobal is true
repl.start({
input: stream,
output: stream
});

function testContext(repl) {
const context = repl.createContext();
// ensure that the repl context gets its own "console" instance
Expand Down