Skip to content

Commit

Permalink
test: fix test-timers.reliability on OS X
Browse files Browse the repository at this point in the history
Fixes: #4404
PR-URL: #5379
Reviewed-By: Julien Gilli <jgilli@fastmail.fm>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
Trott authored and Myles Borins committed Mar 17, 2016
1 parent 5642615 commit ad3c726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/timers/test-timers-reliability.js
Expand Up @@ -32,7 +32,7 @@ var intervalFired = false;
*/

var monoTimer = new Timer();
monoTimer.ontimeout = function() {
monoTimer[Timer.kOnTimeout] = function() {
/*
* Make sure that setTimeout's and setInterval's callbacks have
* already fired, otherwise it means that they are vulnerable to
Expand Down

0 comments on commit ad3c726

Please sign in to comment.