mirror of
https://github.com/ruby/ruby.git
synced 2026-08-17 02:20:55 +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.