Skip to content

Commit 636026a

Browse files
TrottFishrock123
authored andcommitted
test: remove blank lines at end of files
In preparation for a lint rule that disallows empty lines at the end of a file, remove such lines from a number of test files. Refs: #8918 PR-URL: #8920 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 38fdbcd commit 636026a

29 files changed

+0
-30
lines changed

test/debugger/test-debugger-repl-utf8.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ var script = common.fixturesDir + '/breakpoints_utf8.js';
44
process.env.NODE_DEBUGGER_TEST_SCRIPT = script;
55

66
require('./test-debugger-repl.js');
7-

test/gc/test-http-client-onerror.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ function status() {
7676
process.exit(0);
7777
}
7878
}
79-

test/known_issues/test-stdout-buffer-flush-on-exit.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ if (process.argv[2] === 'child') {
2323

2424
assert.strictEqual(stdout, longLine, `failed with exponent ${exponent}`);
2525
});
26-
27-

test/message/2100bytes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ console.log([
4545
'_____________________________________________2050',
4646
'_____________________________________________2100'
4747
].join('\n'));
48-

test/parallel/test-domain-stack-empty-in-process-uncaughtexception.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ process.on('beforeExit', common.mustCall(function onBeforeExit() {
1919
d.run(function() {
2020
throw new Error('boom');
2121
});
22-

test/parallel/test-eval-require.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ var child = spawn(process.execPath, ['-e', 'require("foo")'], options);
1010
child.on('exit', function(code) {
1111
assert.equal(code, 0);
1212
});
13-

test/parallel/test-event-emitter-special-event-names.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ process.on('__proto__', common.mustCall(function(val) {
3333
assert.strictEqual(val, 1);
3434
}));
3535
process.emit('__proto__', 1);
36-

test/parallel/test-fs-chmod.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,3 @@ process.on('exit', function() {
135135
assert.equal(0, openCount);
136136
assert.equal(false, got_error);
137137
});
138-

test/parallel/test-http-client-abort2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ server.listen(0, function() {
1414
});
1515
});
1616
});
17-

test/parallel/test-http-client-race-2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@ process.on('exit', function() {
9595
assert.equal(body2_s, body2);
9696
assert.equal(body3_s, body3);
9797
});
98-

0 commit comments

Comments
 (0)