summaryrefslogtreecommitdiff
path: root/test/ruby/beginmainend.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-09 06:51:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-09 06:51:20 +0000
commit5c87e39165b7c736224e134d0ed216914c81ccb1 (patch)
treefcf73054baa11a9b39fae23156f878bed078caf3 /test/ruby/beginmainend.rb
parentf8a82e1583dc4b86b2c9c5795871e4fa7644218a (diff)
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
Diffstat (limited to 'test/ruby/beginmainend.rb')
-rw-r--r--test/ruby/beginmainend.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/ruby/beginmainend.rb b/test/ruby/beginmainend.rb
index 6cdfb15ea6..ddd4d254c6 100644
--- a/test/ruby/beginmainend.rb
+++ b/test/ruby/beginmainend.rb
@@ -1,8 +1,6 @@
-errout = ARGV.shift
-
BEGIN {
puts "b1"
- local_begin1 = "local_begin1"
+ # local_begin1 = "local_begin1"
$global_begin1 = "global_begin1"
ConstBegin1 = "ConstBegin1"
}