enable test-fs-largefile.js test

This commit is contained in:
Igor Zinkovsky
2012-04-05 18:15:10 -07:00
parent 1042a8d887
commit 0b57fee3f8

View File

@@ -53,6 +53,6 @@ assert.ok(exceptionRaised);
fs.close(fd);
process.on('exit', function() {
fs.unlink(filepath);
fs.unlinkSync(filepath);
});