提交 54a5b99a 编写于 作者: A Aaron Patterson 提交者: GitHub

Merge pull request #26859 from headius/mask_use_of_rubyvm_on_jruby

Skip test that depends on RubyVM when it is not available (JRuby).
......@@ -192,6 +192,8 @@ def test_hook_insertion_order
end
def test_class_serial_is_unaffected
skip if !defined?(RubyVM)
hook = Class.new do
define_method(:run) do
nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册