This commit is contained in:
Hiroshi SHIBATA 2019-10-31 06:57:06 +09:00 коммит произвёл SHIBATA Hiroshi
Родитель 8540efd342
Коммит e08f2e47e3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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')