projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8b097
)
test: fix typo in error message
author
Ben Noordhuis
<info@bnoordhuis.nl>
Wed, 28 Sep 2011 23:11:26 +0000
(
01:11
+0200)
committer
Ben Noordhuis
<info@bnoordhuis.nl>
Thu, 29 Sep 2011 02:51:40 +0000
(
04:51
+0200)
test/common.js
patch
|
blob
|
history
diff --git
a/test/common.js
b/test/common.js
index 0bafb58ee21ec07eac0712deb1191563f7fb31b2..4e36a4867a940f6316872f5d2b7a3b4d556fc54d 100644
(file)
--- a/
test/common.js
+++ b/
test/common.js
@@
-135,7
+135,7
@@
process.on('exit', function() {
if (!found) {
console.error('Unknown global: %s', x);
- assert.ok(false, 'Unknown global found
ed
');
+ assert.ok(false, 'Unknown global found');
}
}
});