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:
parent
64e2406427
commit
37360f82aa
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
Tue Jan 6 00:16:10 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* test/fiddle/test_handle.rb (test_NEXT): use -test-/dln/empty
|
* test/fiddle/test_handle.rb (test_NEXT): use -test-/dln/empty
|
||||||
|
|
|
@ -36,6 +36,8 @@ module Fiddle
|
||||||
return
|
return
|
||||||
rescue
|
rescue
|
||||||
end
|
end
|
||||||
|
|
||||||
|
begin
|
||||||
# NetBSD
|
# NetBSD
|
||||||
require '-test-/dln/empty'
|
require '-test-/dln/empty'
|
||||||
refute_nil Fiddle::Handle.sym('Init_empty')
|
refute_nil Fiddle::Handle.sym('Init_empty')
|
||||||
|
@ -157,6 +159,7 @@ module Fiddle
|
||||||
return
|
return
|
||||||
rescue
|
rescue
|
||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
# BSD
|
# BSD
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue