summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-23 17:27:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-10-23 17:28:50 +0900
commitdf5bf5bb591af2d5382fb7746489bfd1d4b7df81 (patch)
tree31ac21b64368d34f1b9e380116f72dbfeec0aa3d /tool/lib
parent9844371c6f2243a5edddbc01204321034e21ba04 (diff)
Removed unnecessary libraries of sync_tool
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/tool/lib/helper.rb b/tool/lib/helper.rb
deleted file mode 100644
index 909f8f98af..0000000000
--- a/tool/lib/helper.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-require "test/unit"
-require_relative "core_assertions"
-
-Test::Unit::TestCase.include Test::Unit::CoreAssertions