From 10c4a861ebcbf0190beaca91c015126b851e5023 Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 8 May 2011 13:18:47 +0000 Subject: * test/ruby/test_{complex2,complexrational}.rb: use skip. * test/date/*.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_complexrational.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/ruby/test_complexrational.rb') diff --git a/test/ruby/test_complexrational.rb b/test/ruby/test_complexrational.rb index ccbba288c7..99f54e4e97 100644 --- a/test/ruby/test_complexrational.rb +++ b/test/ruby/test_complexrational.rb @@ -3,8 +3,7 @@ require 'test/unit' class ComplexRational_Test < Test::Unit::TestCase def test_rat_srat - return -# skip unless defined?(Rational) + skip unless defined?(Rational) c = SimpleRat(1,3) cc = Rational(3,2) -- cgit v1.2.3