aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-14 08:37:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-14 08:37:05 +0000
commit93c03f1a55d6f802bf014845ba578196a87c27be (patch)
tree1114184eb1872918ae0bdfbfcc00b590f34d03d1 /test
parente427c207b96272938ea208988cd05b09cdbc5ab0 (diff)
downloadruby-93c03f1a55d6f802bf014845ba578196a87c27be.tar.gz
test_exception.rb: fix commit miss
* test/ruby/test_exception.rb: remove duplicate method. fix commit miss at r53819. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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")