From bbf440c90b036c733729b1a5c996978ac2adaa9d Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 17 Jun 2015 05:29:51 +0000 Subject: * include/ruby/ruby.h: $SAFE=3 is now obsolete. * ext/socket/init.c, ext/socket/socket.c, ext/socket/tcpsocket.c ext/socket/udpsocket.c, gc.c, object.c, re.c, safe.c: removed code for $SAFE=3 * bootstraptest/test_method.rb, test/erb/test_erb.rb, test/ruby/test_dir.rb test/ruby/test_file.rb, test/ruby/test_method.rb, test/ruby/test_regexp.rb test/ruby/test_thread.rb: remove tests for $SAFE=3 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/erb/test_erb.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/erb/test_erb.rb') diff --git a/test/erb/test_erb.rb b/test/erb/test_erb.rb index 107ad1a0da..150df1dc26 100644 --- a/test/erb/test_erb.rb +++ b/test/erb/test_erb.rb @@ -90,13 +90,6 @@ class TestERBCore < Test::Unit::TestCase _test_core(0) _test_core(1) _test_core(2) - orig = $VERBOSE - begin - $VERBOSE = false - _test_core(3) - ensure - $VERBOSE = orig - end end def _test_core(safe) -- cgit v1.2.3