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

Tests for Windows can run only on Windows

Should not directly require "reline/windows.rb" which should be
loaded by "reline.rb".
This commit is contained in:
Nobuyoshi Nakada 2021-08-05 10:43:37 +09:00
parent bc8bc072f4
commit 594c3df9a9
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1,5 +1,5 @@
require_relative '../helper'
require 'reline/windows'
return unless Reline.const_defined?(:Windows)
class Reline::Windows
class KeyEventRecord::Test < Reline::TestCase