Project

General

Profile

« Previous | Next » 

Revision 22abcce7

Added by headius (Charles Nutter) 8 months ago

Only check RubyVM on CRuby

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.