mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00:00
Blind use of the RubyVM constant here prevents this test from running on non-CRuby. This patch guards it with RUBY_ENGINE == "ruby" to make sure that doesn't happen.