mirror of
https://github.com/ruby/ruby.git
synced 2026-08-24 23:47:07 +08: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.