test: fix bad comment

pull/24503/head
Ben Noordhuis 2012-05-18 02:02:57 +02:00
parent 989ae81c71
commit 0888cdd412
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ child.exec(nodejs + ' --eval "console.error(42)"',
assert.equal(stderr, '42\n');
});
// assert that nothing is written to stdout
// assert that the expected output is written to stdout
['--print --eval', '-p -e', '-pe'].forEach(function(s) {
var cmd = nodejs + ' ' + s + ' ';