mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix test failure introduced at r41873
it needs switching windows or othres because lib/rubygems/test_case.rb:283 switches the platform string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cc47b02969
commit
83240be247
1 changed files with 1 additions and 1 deletions
|
@ -1612,7 +1612,7 @@ end
|
|||
|
||||
expected = <<-SPEC
|
||||
# -*- encoding: utf-8 -*-
|
||||
# stub: a 1 x86-darwin-8 lib
|
||||
# stub: a 1 #{win_platform? ? "x86-mswin32-60" : "x86-darwin-8"} lib
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "a"
|
||||
|
|
Loading…
Reference in a new issue