diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-06-05 11:29:03 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-06-05 14:40:03 -0400 |
| commit | 3cb866ce35f8dea504a1ec5c84c4f0ede51c7a32 (patch) | |
| tree | 91945a0e4bd1669df0675637639ee3478eb90842 /test | |
| parent | 2a9c20c317989d9b6807abe96f3d935635470372 (diff) | |
[ruby/prism] Add Onigmo to other gemfiles
https://github.com/ruby/prism/commit/499ec1c3f1
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/onigmo_test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/prism/onigmo_test.rb b/test/prism/onigmo_test.rb index 8297bc156e..c8aa2317b8 100644 --- a/test/prism/onigmo_test.rb +++ b/test/prism/onigmo_test.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +return if RUBY_ENGINE != "ruby" + require_relative "test_helper" begin |
