aboutsummaryrefslogtreecommitdiff
path: root/test/message/timeout_throw.out
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2016-03-18 17:08:44 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2016-03-21 11:21:53 -0400
commit4fe02e23af1e0c746b30132205fbd1fbddb2a079 (patch)
tree4625da74477e56f65eb8cc00061a81f5b135e643 /test/message/timeout_throw.out
parenta76cb4d2f627a61bef4375e55bb7ac4c2116bc5b (diff)
downloadandroid-node-v8-4fe02e23af1e0c746b30132205fbd1fbddb2a079.tar.gz
android-node-v8-4fe02e23af1e0c746b30132205fbd1fbddb2a079.tar.bz2
android-node-v8-4fe02e23af1e0c746b30132205fbd1fbddb2a079.zip
timers: give Timeouts a constructor name
Refs: https://github.com/nodejs/node/pull/5792 PR-URL: https://github.com/nodejs/node/pull/5793 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'test/message/timeout_throw.out')
-rw-r--r--test/message/timeout_throw.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/timeout_throw.out b/test/message/timeout_throw.out
index 1e545a1db1..2a049a157a 100644
--- a/test/message/timeout_throw.out
+++ b/test/message/timeout_throw.out
@@ -2,6 +2,6 @@
undefined_reference_error_maker;
^
ReferenceError: undefined_reference_error_maker is not defined
- at ._onTimeout (*test*message*timeout_throw.js:*:*)
+ at Timeout._onTimeout (*test*message*timeout_throw.js:*:*)
at tryOnTimeout (timers.js:*:*)
at Timer.listOnTimeout (timers.js:*:*)