aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rational.rb
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-22 23:30:17 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-22 23:30:17 +0000
commit0b3b2e885b2739769a4a0ca42420c708e084d547 (patch)
treea869a9b5d098e0c31dbe8c6d35794b91caa84da0 /test/ruby/test_rational.rb
parent3eafc1660f290da3939c8f4647907275ade8d0ac (diff)
downloadruby-0b3b2e885b2739769a4a0ca42420c708e084d547.tar.gz
revert some tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_rational.rb')
-rw-r--r--test/ruby/test_rational.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_rational.rb b/test/ruby/test_rational.rb
index 497c476b1b..e1aafb5a0a 100644
--- a/test/ruby/test_rational.rb
+++ b/test/ruby/test_rational.rb
@@ -823,7 +823,6 @@ class Rational_Test < Test::Unit::TestCase
assert_equal(9, c2.instance_variable_get(:@ivar))
assert_instance_of(Rational, c2)
-=begin
assert_raise(ZeroDivisionError){
Marshal.load("\x04\bU:\rRational[\ai\x06i\x05")
}
@@ -837,7 +836,6 @@ class Rational_Test < Test::Unit::TestCase
c.freeze
assert(c.frozen?)
assert_raise(RuntimeError){c.marshal_load([2,3])}
-=end
end
def test_parse