mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/dl/test_dl2.rb: require 'dl/func' to refer DL::Function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b5388e8538
commit
c28b2b9be2
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
require_relative 'test_base.rb'
|
require_relative 'test_base.rb'
|
||||||
require 'dl/callback'
|
require 'dl/callback'
|
||||||
|
require 'dl/func'
|
||||||
|
|
||||||
module DL
|
module DL
|
||||||
class TestDL < TestBase
|
class TestDL < TestBase
|
||||||
|
|
Loading…
Reference in a new issue