aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/string/test_nofree.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-15 03:56:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-15 03:56:17 +0000
commitdaf7b1e479d2dcf161f4dda4239f6067ba9b7b13 (patch)
tree0cb665f7667589b88e7c176213535978ac85cb6c /test/-ext-/string/test_nofree.rb
parent4592e15e3500e7de8d6d00cfb66af53971735c59 (diff)
downloadruby-daf7b1e479d2dcf161f4dda4239f6067ba9b7b13.tar.gz
-test-/string: move
* ext/-test-/string/extconf.rb: move "-test-/string/string.so" to "-test-/string.so". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-/string/test_nofree.rb')
-rw-r--r--test/-ext-/string/test_nofree.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/string/test_nofree.rb b/test/-ext-/string/test_nofree.rb
index fe2bf6b792..cb034a4b8f 100644
--- a/test/-ext-/string/test_nofree.rb
+++ b/test/-ext-/string/test_nofree.rb
@@ -4,7 +4,7 @@ class Test_StringNoFree < Test::Unit::TestCase
def test_no_memory_leak
bug10942 = '[ruby-core:68436] [Bug #10942] no leak on nofree string'
code = '.times {Bug::String.nofree << "a" * 100}'
- assert_no_memory_leak(%w(-r-test-/string/string),
+ assert_no_memory_leak(%w(-r-test-/string),
"100_000#{code}",
"1_000_000#{code}",
bug10942, rss: true)