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

suppress warnings

* test/ruby/beginmainend.rb: suppress warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-03-09 06:51:20 +00:00
parent f8a82e1583
commit 5c87e39165

View file

@ -1,8 +1,6 @@
errout = ARGV.shift
BEGIN {
puts "b1"
local_begin1 = "local_begin1"
# local_begin1 = "local_begin1"
$global_begin1 = "global_begin1"
ConstBegin1 = "ConstBegin1"
}