Browse Source

enable test-fs-largefile.js test

v0.8.7-release
Igor Zinkovsky 13 years ago
parent
commit
0b57fee3f8
  1. 2
      test/simple/test-fs-largefile.js

2
test/disabled/test-fs-largefile.js → test/simple/test-fs-largefile.js

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