diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2024-03-21 20:49:50 +0100 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2024-03-22 12:30:15 +0100 |
| commit | 74995a1a772903c5247886da1105caa27a4afa2d (patch) | |
| tree | da51d929377bf6ba863fcc5055a3b5b7de5eb88b /test/ruby | |
| parent | e2a9b87126d59e4766479a7aa12cf7a648f46506 (diff) | |
[Feature #20275] Remove extra backtrace entries for rescue and ensure
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_backtrace.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_backtrace.rb b/test/ruby/test_backtrace.rb index 60f9605e40..cfc65faacb 100644 --- a/test/ruby/test_backtrace.rb +++ b/test/ruby/test_backtrace.rb @@ -397,7 +397,6 @@ class TestBacktrace < Test::Unit::TestCase end; err = ["-:7:in 'Object#bar': bar! (RuntimeError)", - "\tfrom -:4:in 'Object#bar'", "\tfrom -:9:in '<main>'", "-:2:in 'Object#foo': foo! (RuntimeError)", "\tfrom -:5:in 'Object#bar'", |
