1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

trivial changes.

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
parent a3b9e005fd
commit 524c766d19
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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