mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
* ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]
* ext/dl/lib/dl/value.rb: ditto * test/dl/test_c_struct_entry.rb: remove strange require order from tests. * test/dl/test_c_union_entity.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e46471e90c
commit
4b1df2ae45
5 changed files with 14 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
require_relative 'test_base'
|
||||
|
||||
require 'dl/func'
|
||||
require 'dl/value'
|
||||
require 'dl/struct'
|
||||
|
||||
class DL::TestCStructEntity < DL::TestBase
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
require_relative 'test_base'
|
||||
|
||||
require 'dl/func'
|
||||
require 'dl/value'
|
||||
require 'dl/struct'
|
||||
|
||||
class DL::TestCUnionEntity < DL::TestBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue