aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/win32/test_dln.rb
blob: 7ab912af7fa900620163edb603b42d0596a67efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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