mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
0d957a91ba
commit
a113da5b18
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue