mirror of https://github.com/nodejs/node.git
test: fix bad comment
parent
989ae81c71
commit
0888cdd412
|
@ -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 + ' ';
|
||||
|
||||
|
|
Loading…
Reference in New Issue