Skip to content

Commit

Permalink
Fixing gitignore and the decompress memory test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saikat Chakrabarti committed Sep 11, 2010
1 parent cd61f40 commit 8b9955b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
build/
compress-b.node
compress.node
.DS_Store
.lock-wscript
2 changes: 1 addition & 1 deletion test/decompress_memory_test.js
Expand Up @@ -9,7 +9,7 @@ var data = fs.readFileSync('files/testfile.gz', 'binary');
for (var i = 0; i < 10000; i++)
{
if (!(i % 10))
console.log("Finished " + count);
console.log("Finished " + i);

gunzip.init();
var val = gunzip.inflate(data) + gunzip.end();
Expand Down
Binary file added test/filetest.js.gz
Binary file not shown.

0 comments on commit 8b9955b

Please sign in to comment.