summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_exception.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb
index 6a1e4864f0..c5b3852d6f 100644
--- a/test/ruby/test_exception.rb
+++ b/test/ruby/test_exception.rb
@@ -660,9 +660,6 @@ end.join
assert_equal('c', e.cause.message, 'cause should be the exception at raised')
end
- def test_cause_at_raised
- end
-
def test_raise_with_cause
msg = "[Feature #8257]"
cause = ArgumentError.new("foobar")