Skip to content

Commit 42e7c57

Browse files
committed
Revert "hotfix(file): cast dev to uint32"
This reverts commit a218422. Since nodejs/node#16705 is merged, the hotfix is unecessary. # Conflicts: # test/scripts/box/file.js
1 parent dee3b03 commit 42e7c57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/scripts/box/file.js

-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ describe('File', () => {
7373
file.stat((err, fileStats) => {
7474
if (err) return callback(err);
7575

76-
//todo: cast dev to uint32 until https://github.com/nodejs/node/issues/16496 is resolved
77-
fileStats.dev = (new Uint32Array([fileStats.dev]))[0];
7876
fileStats.should.eql(fs.statSync(file.source));
7977
callback();
8078
});

0 commit comments

Comments
 (0)