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:
parent
bc8bc072f4
commit
594c3df9a9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
require_relative '../helper'
|
||||
require 'reline/windows'
|
||||
return unless Reline.const_defined?(:Windows)
|
||||
|
||||
class Reline::Windows
|
||||
class KeyEventRecord::Test < Reline::TestCase
|
||||
|
|
Loading…
Add table
Reference in a new issue