Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Revert "Fix test on Windows. See nodejs/node#5561"
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan authored Sep 29, 2017
1 parent 151da4f commit c51048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe("compile", function() {
var file_to_update = path.resolve(path.join(config.contracts_directory, "MetaCoin.sol"));

// Update the modification time to simulate an edit.
var newTime = new Date();
var newTime = new Date().getTime();
fs.utimesSync(file_to_update, newTime, newTime);

Contracts.compile(config.with({
Expand Down

0 comments on commit c51048a

Please sign in to comment.