aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_complex.rb2
-rw-r--r--test/ruby/test_rational.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_complex.rb b/test/ruby/test_complex.rb
index 5a092c2924..2a193eb155 100644
--- a/test/ruby/test_complex.rb
+++ b/test/ruby/test_complex.rb
@@ -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
diff --git a/test/ruby/test_rational.rb b/test/ruby/test_rational.rb
index 8b0f057bc9..5758749d5e 100644
--- a/test/ruby/test_rational.rb
+++ b/test/ruby/test_rational.rb
@@ -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