From b7b5692aea3e1db3dfefb2e05fbc564235f09a63 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 27 Jan 2016 12:04:47 +0000 Subject: * test/-ext-/string/test_capacity.rb: Added missing library. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/string/test_capacity.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/-ext-/string/test_capacity.rb b/test/-ext-/string/test_capacity.rb index b4e4fb7c02..54f3caf32e 100644 --- a/test/-ext-/string/test_capacity.rb +++ b/test/-ext-/string/test_capacity.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require 'test/unit' require '-test-/string' +require 'rbconfig/sizeof' class Test_StringCapacity < Test::Unit::TestCase def test_capacity_embeded -- cgit v1.2.3