aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-27 12:04:47 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-27 12:04:47 +0000
commitb7b5692aea3e1db3dfefb2e05fbc564235f09a63 (patch)
treeff007a52b131b244913fdc5f0d4ab2c7c2649691 /test/-ext-
parentcf3c1bfead41b0fc8bea3d0b03e7234bfbc8f5ad (diff)
downloadruby-b7b5692aea3e1db3dfefb2e05fbc564235f09a63.tar.gz
* 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
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/string/test_capacity.rb1
1 files changed, 1 insertions, 0 deletions
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