diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-01 16:46:42 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-01 16:47:06 +0900 |
| commit | 7d142c08cb5b65e4ba110b116c41a8e5e3acc027 (patch) | |
| tree | a6f9b87a437fef72902ce46407b23794b286f808 | |
| parent | 86045fca24be94db7a9cbf7a9126e43c212dcc55 (diff) | |
lib/helper only needs on flori/json repo
| -rw-r--r-- | test/json/ractor_test.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/json/ractor_test.rb b/test/json/ractor_test.rb index 2456fb9ef7..2b4115b01f 100644 --- a/test/json/ractor_test.rb +++ b/test/json/ractor_test.rb @@ -3,7 +3,10 @@ require_relative 'test_helper' -require_relative './lib/helper' +begin + require_relative './lib/helper' +rescue LoadError +end class JSONInRactorTest < Test::Unit::TestCase def test_generate |
