summaryrefslogtreecommitdiff
path: root/test/ruby/test_complex2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_complex2.rb')
-rw-r--r--test/ruby/test_complex2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_complex2.rb b/test/ruby/test_complex2.rb
index 594fc3f45a..b89e83efb2 100644
--- a/test/ruby/test_complex2.rb
+++ b/test/ruby/test_complex2.rb
@@ -4,7 +4,7 @@ require 'test/unit'
class Complex_Test2 < Test::Unit::TestCase
def test_kumi
- skip unless defined?(Rational)
+ omit unless defined?(Rational)
assert_equal(Complex(1, 0), +Complex(1, 0))
assert_equal(Complex(-1, 0), -Complex(1, 0))