mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a4ef2bbdd1
commit
5e1e5d04ee
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Jun 6 09:45:21 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.
|
||||
|
||||
Wed Jun 6 05:27:54 2012 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* process.c (rb_exec_fillarg): check use_shell field before accessing
|
||||
|
@ -123,7 +127,7 @@ Mon Jun 4 14:06:12 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
|||
|
||||
Mon Jun 4 13:10:11 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/dl/test_c_{struct,union}_entity.rb: broken require.
|
||||
* test/dl/test_c_{struct_entry,union_entity}.rb: broken require.
|
||||
|
||||
Mon Jun 4 12:01:21 2012 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require_relative 'test_base'
|
||||
|
||||
require 'dl/function'
|
||||
require 'dl/func'
|
||||
require 'dl/value'
|
||||
require 'dl/struct'
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require_relative 'test_base'
|
||||
|
||||
require 'dl/function'
|
||||
require 'dl/func'
|
||||
require 'dl/value'
|
||||
require 'dl/struct'
|
||||
|
||||
|
|
Loading…
Reference in a new issue