diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-12-31 11:45:56 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-01-28 15:25:35 +0000 |
commit | bd6f98340318ac17213b4328e79217e606912206 (patch) | |
tree | 7d2281bd9d5207f20609d100c4c74b5780c2cb32 /test/win32ole/test_propertyputref.rb | |
parent | 8af4ef30e57759d4f3994a56dbb38a6151f0bbd3 (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.rb | 2 |
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 |