aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/string/test_nofree.rb
diff options
context:
space:
mode:
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)