diff options
author | isaacs <i@izs.me> | 2012-12-27 11:40:42 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-12-29 15:32:25 -0800 |
commit | ba94f9d6f8917377ce8a81c6c68666b692701803 (patch) | |
tree | b2d11461f7d17b45f4d62568c199d8818873cbb5 /test | |
parent | aec2f733f97460ddde677b53bcc048b55878c7b3 (diff) | |
download | node-new-ba94f9d6f8917377ce8a81c6c68666b692701803.tar.gz |
timers: Move list.ontimeout to separate function
Diffstat (limited to 'test')
-rw-r--r-- | test/message/timeout_throw.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/timeout_throw.out b/test/message/timeout_throw.out index 44659b9a19..de8ce51a5b 100644 --- a/test/message/timeout_throw.out +++ b/test/message/timeout_throw.out @@ -3,5 +3,5 @@ ^ ReferenceError: undefined_reference_error_maker is not defined at null._onTimeout (*test*message*timeout_throw.js:*:*) - at Timer.list.ontimeout (timers.js:*:*) + at Timer.listOnTimeout [as ontimeout] (timers.js:*:*) at process._makeCallback (node.js:*:*) |