aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/tests/testOLETYPELIB.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/tests/testOLETYPELIB.rb')
-rw-r--r--ext/win32ole/tests/testOLETYPELIB.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/tests/testOLETYPELIB.rb b/ext/win32ole/tests/testOLETYPELIB.rb
index 9248ecfefb..ceb246930f 100644
--- a/ext/win32ole/tests/testOLETYPELIB.rb
+++ b/ext/win32ole/tests/testOLETYPELIB.rb
@@ -21,7 +21,7 @@ class TestOLETYPELIB < Test::Unit::TestCase
msg = $!.to_s
exception_occured = true
end
- assert_equal("Not found type library `NON EXIST TYPELIB`", msg)
+ assert_equal("not found type library `NON EXIST TYPELIB`", msg)
assert(exception_occured)
end