test: fix message tests regression
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 13 Jan 2015 00:04:59 +0000 (01:04 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 13 Jan 2015 00:50:32 +0000 (01:50 +0100)
commit635337f953aac7ae26d1c19630e7f940dbfc3120
treedf304ac0bfc755d1d5709c74eab25b08b1984a9f
parent3e1b1dd4a9ac048105a4dc4cd81578e26d39a1fc
test: fix message tests regression

Commit 3e1b1dd ("Remove excessive copyright/license boilerplate") broke
some of the message tests because without the license boilerplate at
the top, the line numbers no longer match up.

PR-URL: https://github.com/iojs/io.js/pull/316
Reviewed-By: Bert Belder <bertbelder@gmail.com>
test/message/throw_custom_error.out
test/message/throw_in_line_with_tabs.out
test/message/throw_non_error.out
test/message/throw_null.out
test/message/throw_undefined.out