summaryrefslogtreecommitdiff
path: root/test/ruby/test_symbol.rb
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-04 19:45:16 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-04 19:45:16 +0000
commit1fd6ab5bab06305e70a167be2c7bc8900f58cbf6 (patch)
tree30206868c5d8c65ba868c88f021a26f6fb8694b7 /test/ruby/test_symbol.rb
parent18eef0b9beabf6e332afcc1ac9f8edaabc343560 (diff)
* vm_insnhelper.c: Revert r49500 (6ae6a8c7bc86e97)
Creates a regression in test_drb. Above my rubyfu. [#10828] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_symbol.rb')
-rw-r--r--test/ruby/test_symbol.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_symbol.rb b/test/ruby/test_symbol.rb
index d1a4cec532..6606b51112 100644
--- a/test/ruby/test_symbol.rb
+++ b/test/ruby/test_symbol.rb
@@ -265,7 +265,7 @@ class TestSymbol < Test::Unit::TestCase
assert_no_immortal_symbol_created do
10.times { |i| x.send "send should not leak #{i} - str mm" }
end
- end
+ end if false
def test_symbol_send_leak_symbol_custom_method_missing
x = Object.new
@@ -273,7 +273,7 @@ class TestSymbol < Test::Unit::TestCase
assert_no_immortal_symbol_created do
10.times { |i| x.send "send should not leak #{i} - sym mm".to_sym }
end
- end
+ end if false
def test_symbol_send_leak_string_no_optimization
assert_no_immortal_symbol_created do