summaryrefslogtreecommitdiff
path: root/test/win32ole
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-13 06:29:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-13 06:29:02 +0000
commitdd3851d2786412de019350a11e749c56fa5a07cc (patch)
tree737a1505da0612cdfecada8037f87a982e185912 /test/win32ole
parent1032f093ccd7d67553737d7a7686973291730d0e (diff)
Rename test classes to allow stable test count when running test-all -j
[Fix GH-1763] From: MSP-Greg <MSP-Greg@users.noreply.github.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/win32ole')
-rw-r--r--test/win32ole/test_thread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_thread.rb b/test/win32ole/test_thread.rb
index f1cdfe32b0..cb34693064 100644
--- a/test/win32ole/test_thread.rb
+++ b/test/win32ole/test_thread.rb
@@ -6,7 +6,7 @@ end
require 'test/unit'
if defined?(WIN32OLE)
- class TestThread < Test::Unit::TestCase
+ class TestWIN32OLE_THREAD < Test::Unit::TestCase
#
# test for Bug #2618(ruby-core:27634)
#