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:
parent
f8a82e1583
commit
5c87e39165
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
errout = ARGV.shift
|
||||
|
||||
BEGIN {
|
||||
puts "b1"
|
||||
local_begin1 = "local_begin1"
|
||||
# local_begin1 = "local_begin1"
|
||||
$global_begin1 = "global_begin1"
|
||||
ConstBegin1 = "ConstBegin1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue