git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2008-11-10 22:59:47 +00:00
Родитель a3b9e005fd
Коммит 524c766d19
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -9,7 +9,7 @@ class Complex_Test < Test::Unit::TestCase
if @rational
@keiju = Rational.instance_variable_get('@RCS_ID')
end
@unify = defined?(Complex::Unify)
@unify = $".grep(/mathn/).size != 0
end
def test_compsub

Просмотреть файл

@ -9,7 +9,7 @@ class Rational_Test < Test::Unit::TestCase
if @complex
@keiju = Complex.instance_variable_get('@RCS_ID')
end
@unify = defined?(Rational::Unify)
@unify = $".grep(/mathn/).size != 0
end
def test_ratsub