mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
e2ab17e881
commit
10c4a861eb
7 changed files with 34 additions and 56 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue