diff options
Diffstat (limited to 'test/prism/bom_test.rb')
-rw-r--r-- | test/prism/bom_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/bom_test.rb b/test/prism/bom_test.rb index 1525caf458..890bc4b36c 100644 --- a/test/prism/bom_test.rb +++ b/test/prism/bom_test.rb @@ -2,7 +2,7 @@ # Don't bother checking this on these engines, this is such a specific Ripper # test. -return if RUBY_ENGINE == "jruby" || RUBY_ENGINE == "truffleruby" +return if RUBY_ENGINE != "ruby" require_relative "test_helper" |