* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-05-15 11:55:52 +00:00
parent 39da1b6369
commit 3a47cf3395
212 changed files with 846 additions and 846 deletions

View file

@ -462,7 +462,7 @@ class TestMarshal < Test::Unit::TestCase
attr_reader :foo
end
private_constant :PrivateClass
def test_marshal_private_class
o1 = PrivateClass.new("test")
o2 = Marshal.load(Marshal.dump(o1))

View file

@ -141,7 +141,7 @@ class TestModule < Test::Unit::TestCase
:bClass3
end
end
class CClass < BClass
def self.cClass
end

View file

@ -146,7 +146,7 @@ class TestSuper < Test::Unit::TestCase
@first or fail
end
def subseq
def subseq
@first or fail
end
end

View file

@ -176,7 +176,7 @@ class TestTime < Test::Unit::TestCase
t = Time.at(2**40 + "1/3".to_r, 9999999999999).utc
assert_equal(36812, t.year)
t = Time.at(-0x3fff_ffff_ffff_ffff)
assert_equal(-146138510344, t.year)
t = Time.at(-0x4000_0000_0000_0000)