remove duplicate assertion

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
suke 2018-10-12 13:51:21 +00:00
parent 0d957a91ba
commit a113da5b18
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ if defined?(WIN32OLE_PARAM)
assert_raise(IndexError) {
WIN32OLE_PARAM.new(m_copyfile, 0);
}
assert_raise(IndexError) {
WIN32OLE_PARAM.new(m_copyfile, 0);
}
param = WIN32OLE_PARAM.new(m_copyfile, 3)
assert_equal("OverWriteFiles", param.name)
assert_equal(WIN32OLE_PARAM, param.class)