lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2004-05-16 04:54:02 +00:00
parent 445090b29f
commit c303f0407e

View file

@ -373,7 +373,7 @@ EOT
AssertionMessage.use_pp = value
end
class AssertionMessage all
class AssertionMessage
@use_pp = true
class << self
attr_accessor :use_pp