mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
cf3c1bfead
commit
b7b5692aea
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Jan 27 21:03:45 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/-ext-/string/test_capacity.rb: Added missing library.
|
||||||
|
|
||||||
Wed Jan 27 18:53:40 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
Wed Jan 27 18:53:40 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
* enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
|
* enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require '-test-/string'
|
require '-test-/string'
|
||||||
|
require 'rbconfig/sizeof'
|
||||||
|
|
||||||
class Test_StringCapacity < Test::Unit::TestCase
|
class Test_StringCapacity < Test::Unit::TestCase
|
||||||
def test_capacity_embeded
|
def test_capacity_embeded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue