mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/dl/test_c_{struct,union}_entity.rb: broken require.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2e7c769633
commit
00e4c2e362
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 4 13:10:11 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/dl/test_c_{struct,union}_entity.rb: broken require.
|
||||
|
||||
Mon Jun 4 12:01:21 2012 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* test/ruby/test_backtrace.rb: fix test.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
require_relative 'test_base'
|
||||
|
||||
require 'dl/cparser'
|
||||
require 'dl/function'
|
||||
require 'dl/value'
|
||||
require 'dl/struct'
|
||||
|
||||
class DL::TestCStructEntity < DL::TestBase
|
||||
def test_class_size
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
require_relative 'test_base'
|
||||
|
||||
require 'dl/cparser'
|
||||
require 'dl/function'
|
||||
require 'dl/value'
|
||||
require 'dl/struct'
|
||||
|
||||
class DL::TestCUnionEntity < DL::TestBase
|
||||
def test_class_size
|
||||
|
|
Loading…
Reference in a new issue