mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
change test class name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
abeddbf66a
commit
b2df5084b4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ end
|
|||
require "test/unit"
|
||||
|
||||
if defined?(WIN32OLE::VARIANT)
|
||||
class TestWin32OLE_VARIANT < Test::Unit::TestCase
|
||||
class TestWin32OLE_VARIANT_MODULE < Test::Unit::TestCase
|
||||
include WIN32OLE::VARIANT
|
||||
def test_variant
|
||||
assert_equal(2, VT_I2)
|
||||
|
|
Loading…
Add table
Reference in a new issue