Browse Source

test: fix typo in error message

v0.7.4-release
Ben Noordhuis 14 years ago
parent
commit
fa44659c66
  1. 2
      test/common.js

2
test/common.js

@ -135,7 +135,7 @@ process.on('exit', function() {
if (!found) {
console.error('Unknown global: %s', x);
assert.ok(false, 'Unknown global founded');
assert.ok(false, 'Unknown global found');
}
}
});

Loading…
Cancel
Save