mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* dln.c (rb_w32_check_imported): skip ordinal entries. based on a
patch by phasis68 (Heesob Park) at [ruby-core:44381]. [ruby-core:44371][Bug #6303] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6655667d73
commit
dad31f6e50
7 changed files with 69 additions and 6 deletions
13
test/-ext-/win32/test_dln.rb
Normal file
13
test/-ext-/win32/test_dln.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'test/unit'
|
||||
require_relative '../../ruby/envutil'
|
||||
|
||||
module Bug
|
||||
module Win32
|
||||
class TestDln < Test::Unit::TestCase
|
||||
def test_check_imported
|
||||
bug = '[Bug #6303]'
|
||||
assert_in_out_err(['-r-test-/win32/dln', '-eexit'], '', [], [], bug, timeout: 10)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue