summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_backtrace.rb1
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'",