summaryrefslogtreecommitdiff
path: root/test/win32ole/test_word.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-31 11:45:56 +0900
committergit <svn-admin@ruby-lang.org>2024-01-28 15:25:35 +0000
commitbd6f98340318ac17213b4328e79217e606912206 (patch)
tree7d2281bd9d5207f20609d100c4c74b5780c2cb32 /test/win32ole/test_word.rb
parent8af4ef30e57759d4f3994a56dbb38a6151f0bbd3 (diff)
[ruby/win32ole] Use the scoped names in the tests
https://github.com/ruby/win32ole/commit/2b91b6b838
Diffstat (limited to 'test/win32ole/test_word.rb')
-rw-r--r--test/win32ole/test_word.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_word.rb b/test/win32ole/test_word.rb
index a23757f620..34cfbbc2a4 100644
--- a/test/win32ole/test_word.rb
+++ b/test/win32ole/test_word.rb
@@ -41,7 +41,7 @@ if defined?(WIN32OLE)
def setup
begin
@obj = WIN32OLE.new('Word.Application')
- rescue WIN32OLERuntimeError
+ rescue WIN32OLE::RuntimeError
@obj = nil
end
end