diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-07-17 20:44:35 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-07-17 20:44:35 +0900 |
| commit | 2476b1ee0be48a54e05b58ddf38d4d4973b9660e (patch) | |
| tree | 6a1f6f117aaa6c315cb3ba732877a06069744e1d /test/ruby | |
| parent | f1adc5866a77d9ed6e4b45bf277c38f2c6e90fd4 (diff) | |
objspace is not used in parent process [ci skip]
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_process.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index ed72279689..6ca16733bb 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -4,7 +4,6 @@ require 'test/unit' require 'tempfile' require 'timeout' require 'rbconfig' -require 'objspace' class TestProcess < Test::Unit::TestCase RUBY = EnvUtil.rubybin |
