tests/unit-testing.scm: Add expectation to assert-error failure.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 1 Feb 2017 07:30:11 +0000 (00:30 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 1 Feb 2017 07:52:26 +0000 (00:52 -0700)
commit19b63e879d854a35c8a4355ee716ce1c55d326de
treed06e645f412a6639d28b46b69e7ee2aa176b12db
parente92b3e3e760790b6562c4f1dd0c06ad009b1e275
tests/unit-testing.scm: Add expectation to assert-error failure.

Recently bytevector-u8-ref did not signal a range error but returned a
random value.  The failure report only said "value <random>".  Now it
also includes the expected condition type(s).
tests/unit-testing.scm