mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
13 lines
185 B
Ruby
13 lines
185 B
Ruby
![]() |
require 'test/unit'
|
||
|
require_relative "misc.rb"
|
||
|
|
||
|
class TestB < TestCaseForParallelTest
|
||
|
def ptest_nothing
|
||
|
end
|
||
|
end
|
||
|
|
||
|
class TestC < TestCaseForParallelTest
|
||
|
def ptest_nothing
|
||
|
end
|
||
|
end
|