summaryrefslogtreecommitdiff
path: root/tool/lib/profile_test_all.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-07 20:27:53 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commite4b5ac9b9a6c701735e1e1787d2e2ddf4a970c8d (patch)
treecf4144f418992c156c5333db985dfd598c2a0516 /tool/lib/profile_test_all.rb
parentdf86d78a26edaafbaf317e86db946ab09700a920 (diff)
Use Test::Unit namespace
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4813
Diffstat (limited to 'tool/lib/profile_test_all.rb')
-rw-r--r--tool/lib/profile_test_all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/profile_test_all.rb b/tool/lib/profile_test_all.rb
index 2c360d76dd..fb434e314d 100644
--- a/tool/lib/profile_test_all.rb
+++ b/tool/lib/profile_test_all.rb
@@ -20,7 +20,7 @@
require 'objspace'
-class MiniTest::Unit::TestCase
+class Test::Unit::TestCase
alias orig_run run
file = ENV['RUBY_TEST_ALL_PROFILE']