aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_exception.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_exception.rb')
-rw-r--r--test/ruby/test_exception.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb
index 22ac2aca1f..028391d1e6 100644
--- a/test/ruby/test_exception.rb
+++ b/test/ruby/test_exception.rb
@@ -380,10 +380,4 @@ end.join
load(t.path)
end
end
-
- def test_equal
- bug5865 = '[ruby-core:41979]'
- assert_equal(RuntimeError.new("a"), RuntimeError.new("a"), bug5865)
- assert_not_equal(RuntimeError.new("a"), StandardError.new("a"), bug5865)
- end
end