summaryrefslogtreecommitdiff
path: root/test/-ext-/string/test_modify_expand.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/string/test_modify_expand.rb')
-rw-r--r--test/-ext-/string/test_modify_expand.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/-ext-/string/test_modify_expand.rb b/test/-ext-/string/test_modify_expand.rb
index 34b7be7bba..cc19a47b91 100644
--- a/test/-ext-/string/test_modify_expand.rb
+++ b/test/-ext-/string/test_modify_expand.rb
@@ -1,9 +1,9 @@
require 'test/unit'
-require "-test-/string/string"
+require "-test-/string"
class Test_StringModifyExpand < Test::Unit::TestCase
def test_modify_expand_memory_leak
- assert_no_memory_leak(["-r-test-/string/string"],
+ assert_no_memory_leak(["-r-test-/string"],
<<-PRE, <<-CMD, "rb_str_modify_expand()", limit: 2.5)
s=Bug::String.new
PRE