Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
test: fix bad comment
  • Loading branch information
bnoordhuis committed May 22, 2012
1 parent 989ae81 commit 0888cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-cli-eval.js
Expand Up @@ -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 + ' ';

Expand Down

0 comments on commit 0888cdd

Please sign in to comment.