From 78fa967224346125da161e4e7e7512a912afbd9b Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 5 May 2014 07:33:14 +0000 Subject: add a comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_time.rb') diff --git a/test/test_time.rb b/test/test_time.rb index b3dd40060c..e91ce7e73c 100644 --- a/test/test_time.rb +++ b/test/test_time.rb @@ -425,7 +425,7 @@ class TestTimeExtension < Test::Unit::TestCase # :nodoc: def test_strptime_empty assert_raise(ArgumentError) { Time.strptime('', '') } - assert_raise(ArgumentError) { Time.strptime('+09:00', '%z') } + assert_raise(ArgumentError) { Time.strptime('+09:00', '%z') } # [ruby-core:62351] by matz. end def test_strptime_s_z -- cgit v1.2.3