From fe4a2bc3dfe7c1a72caa1c25155549e2edd55510 Mon Sep 17 00:00:00 2001 From: tadf Date: Wed, 3 Dec 2008 12:19:05 +0000 Subject: revert. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rational.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/ruby/test_rational.rb') diff --git a/test/ruby/test_rational.rb b/test/ruby/test_rational.rb index 4c031b984..5758749d5 100644 --- a/test/ruby/test_rational.rb +++ b/test/ruby/test_rational.rb @@ -129,9 +129,6 @@ class Rational_Test < Test::Unit::TestCase assert_raise(ArgumentError){Rational(Object.new)} assert_raise(ArgumentError){Rational()} assert_raise(ArgumentError){Rational(1,2,3)} - - assert_equal(Complex(Rational(1, 2), Rational(1, 2)), Rational(Complex(1, 1), Complex(2, 0))) - assert_instance_of(Numeric, Rational.class_eval { convert(Numeric.new) }) end def test_attr -- cgit