Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
test: updating tests to new error messages
Browse files Browse the repository at this point in the history
ChakraCore error messages changed slightly to be more clear. Updating
the tests to reflect these changes.

PR-URL: #243
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
  • Loading branch information
kfarnung committed May 13, 2017
1 parent ad6108e commit 283781f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/message/nexttick_throw.chakracore.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ReferenceError: 'undefined_reference_error_maker' is undefined
ReferenceError: 'undefined_reference_error_maker' is not defined
at Anonymous function (*test*message*nexttick_throw.js:*:*)
at _combinedTickCallback (internal/process/next_tick.js:*:*)
at _tickCallback (internal/process/next_tick.js:*:*)
Expand Down
2 changes: 1 addition & 1 deletion test/message/timeout_throw.chakracore.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ReferenceError: 'undefined_reference_error_maker' is undefined
ReferenceError: 'undefined_reference_error_maker' is not defined
at Anonymous function (*test*message*timeout_throw.js:*:*)
at ontimeout (timers.js:*:*)
at tryOnTimeout (timers.js:*:*)
Expand Down

0 comments on commit 283781f

Please sign in to comment.