ruby / irb

interactive Ruby
BSD 2-Clause "Simplified" License
393 stars 119 forks source link

Suppress Ruby warnings in certain backtrace filtering tests #966

Closed st0012 closed 5 months ago

st0012 commented 5 months ago

Since they're sensitive to the warnings, and the warnings are not relevant to the tests, we can suppress them to keep the tests simple.

This should fix the current test failures on master.