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
Remove useless test
  • Loading branch information
kysnm committed Dec 18, 2017
commit 65fc1e872a31363e24a3c46acd5bf0d465cb7578
7 changes: 0 additions & 7 deletions test/parallel/test-internal-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,6 @@ assert.strictEqual(
);
}

// Test ERR_SCRIPT_EXECUTION_INTERRUPTED
assert.strictEqual(
errors.message('ERR_SCRIPT_EXECUTION_INTERRUPTED'),
'Script execution interrupted.'
);


// Test that `code` property is mutable and that changing it does not change the
// name.
{
Expand Down