Descriptionmjsunit: Fix the error message produced by assertInstanceof.
Used to be:
Failure: expected <foo> is not an instance of <Bar> but of < Baz>> found <undefined>
Should be:
Failure: <foo> is not an instance of <Bar> but of <Baz>
BUG=
Committed: https://crrev.com/2a480eff395756f36eb0ae2fc0a573454b394268
Cr-Commit-Position: refs/heads/master@{#40319}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|