summaryrefslogtreecommitdiff
path: root/test/win32ole/test_propertyputref.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_propertyputref.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_propertyputref.rb')
-rw-r--r--test/win32ole/test_propertyputref.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_propertyputref.rb b/test/win32ole/test_propertyputref.rb
index 93edb50835..83418140c2 100644
--- a/test/win32ole/test_propertyputref.rb
+++ b/test/win32ole/test_propertyputref.rb
@@ -11,7 +11,7 @@ if defined?(WIN32OLE)
begin
@sapi = WIN32OLE.new('SAPI.SpVoice')
@sv = @sapi.voice
- rescue WIN32OLERuntimeError
+ rescue WIN32OLE::RuntimeError
@sapi = nil
end
end