summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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