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

Suppress warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-08-14 06:52:41 +00:00
parent 9933a6019f
commit b3a4461df2
6 changed files with 21 additions and 14 deletions

View file

@ -77,7 +77,7 @@ class CGIHeaderTest < Test::Unit::TestCase
else
expected = NoMethodError # for Ruby1.8
end
ex = assert_raise(expected) do
assert_raise(expected) do
cgi.header(nil)
end
end