RegressionTests__OS_OLE_Tests.st
changeset 303 6664313f12a8
parent 302 20e3b5826f86
child 304 35d41f29f588
--- a/RegressionTests__OS_OLE_Tests.st	Mon Feb 06 16:56:44 2006 +0100
+++ b/RegressionTests__OS_OLE_Tests.st	Mon Feb 06 16:57:17 2006 +0100
@@ -41,7 +41,7 @@
 
     |handle|
 
-    handle := OperatingSystem::Win32TypeLibraryHandle loadTypeLib:'C:\WINDOWS\system32\stdole32.tlb'.
+    handle := Win32OperatingSystem::Win32TypeLibraryHandle loadTypeLib:'C:\WINDOWS\system32\stdole32.tlb'.
     self assert: ( handle notNil ).
     handle close.