1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* syslog/test_syslog_logger.rb: miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2012-08-06 02:11:58 +00:00
parent 404bb0efce
commit e7c6f87c89

View file

@ -458,7 +458,7 @@ class TestSyslogRootLogger < Test::Unit::TestCase
assert_equal false, @logger.debug?
end
end
end if defined?(Syslog)
class TestSyslogLogger < TestSyslogRootLogger