stdout ending test message correction

v0.7.4-release
isaacs 2012-01-27 13:42:08 -08:00
parent 8a413b076e
commit 38651521a8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ try {
} catch (e) {
exceptionCaught = true;
assert.ok(common.isError(e));
assert.equal('process.stdout cannot be closed', e.message);
assert.equal('process.stdout cannot be closed.', e.message);
}
assert.ok(exceptionCaught);