1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/fiddle/test_handle.rb: fix syntax.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-01-05 18:11:32 +00:00
parent 64e2406427
commit 37360f82aa
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Tue Jan 6 03:10:54 2015 Koichi Sasada <ko1@atdot.net>
* test/fiddle/test_handle.rb: fix syntax.
Tue Jan 6 00:16:10 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/fiddle/test_handle.rb (test_NEXT): use -test-/dln/empty

View file

@ -36,6 +36,8 @@ module Fiddle
return
rescue
end
begin
# NetBSD
require '-test-/dln/empty'
refute_nil Fiddle::Handle.sym('Init_empty')
@ -157,6 +159,7 @@ module Fiddle
return
rescue
end
begin
# BSD
#