Match MRI's default exception message display on RuntimeError
with empty message
#3255
Labels
Milestone
RuntimeError
with empty message
#3255
While working on eliminating the number of tests skipped on TruffleRuby in the IRB test suite with @st0012, we ran into a case where TruffleRuby doesn't report that an exception was unhandled the same way as MRI. There are two different tests in IRB that check for the text "unhandled exception". While I believe this is only a display issue, if we can match MRI cheaply we should do so.
The text was updated successfully, but these errors were encountered: