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

* test/ruby: get rid of warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-03-05 13:27:22 +00:00
parent 01740f0c27
commit 9194b220a5
13 changed files with 20 additions and 23 deletions

View file

@ -218,7 +218,6 @@ class TestParse < Test::Unit::TestCase
def o.>(x); x; end
def o./(x); x; end
a = nil
assert_nothing_raised do
o.instance_eval <<-END, __FILE__, __LINE__+1
undef >, /