1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/dl
drbrain fe962cde15 * ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactored
#set_ctypes using newer ruby features to simplify its implementation.
* test/dl/test_c_struct_entry.rb (class DL):  Test to verify
  refactoring.

Reviewed by Aaron Patterson.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-31 22:07:09 +00:00
..
test_base.rb
test_c_struct_entry.rb * ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactored 2012-05-31 22:07:09 +00:00
test_c_union_entity.rb * ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactored 2012-05-30 23:41:07 +00:00
test_callback.rb
test_cfunc.rb
test_cparser.rb * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_t 2012-02-25 05:47:16 +00:00
test_cptr.rb
test_dl2.rb * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_t 2012-02-25 05:47:16 +00:00
test_func.rb
test_handle.rb
test_import.rb
test_win32.rb