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

[ruby/reline] Add a comment why rescue yamatanooroti loading error on the test

https://github.com/ruby/reline/commit/2a8061daec
This commit is contained in:
aycabta 2020-03-21 18:41:14 +09:00
parent 467b665a8b
commit 8911b3d3e8

View file

@ -35,5 +35,7 @@ begin
EOC
end
end
rescue LoadError, NameError # yamatanooroti gem not found
rescue LoadError, NameError
# On Ruby repository, this test suit doesn't run because Ruby repo doesn't
# have the yamatanooroti gem.
end