summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-12-12 04:26:03 +0900
committerKoichi Sasada <ko1@atdot.net>2019-12-12 04:27:06 +0900
commit27ac034f196967f54edf00474880886624d30245 (patch)
tree874878fdd264d796e7bb19a1188605695a7de681 /tool
parent7dbbba38a0a6acd41a43eb0c4fc416fe35e2345a (diff)
support gc_compact_checker on parallel test.
Diffstat (limited to 'tool')
-rw-r--r--tool/lib/test/unit/parallel.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/lib/test/unit/parallel.rb b/tool/lib/test/unit/parallel.rb
index bf69b81a9a..15f9ac575a 100644
--- a/tool/lib/test/unit/parallel.rb
+++ b/tool/lib/test/unit/parallel.rb
@@ -6,6 +6,7 @@ require "profile_test_all" if ENV.key?('RUBY_TEST_ALL_PROFILE')
require "tracepointchecker"
require "zombie_hunter"
require "iseq_loader_checker"
+require "gc_compact_checker"
module Test
module Unit