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

Also ignore mswin platform

This commit is contained in:
Hiroshi SHIBATA 2019-10-31 06:57:06 +09:00 committed by SHIBATA Hiroshi
parent 8540efd342
commit e08f2e47e3
Notes: git 2019-10-31 08:40:11 +09:00

View file

@ -87,7 +87,7 @@ module Racc
def assert_output_unchanged(asset)
# racc generates the difference results in GitHub Actions
omit if RUBY_PLATFORM =~ /linux/
omit unless RUBY_PLATFORM =~ /darwin/
file = File.basename(asset, '.y')