RegressionTests__Win32OLETests.st
changeset 1393 50384f233a0f
parent 1382 82953a8ea3e4
child 1447 2351db93aa5b
--- a/RegressionTests__Win32OLETests.st	Thu Apr 14 19:08:10 2016 +0200
+++ b/RegressionTests__Win32OLETests.st	Thu Apr 14 19:08:20 2016 +0200
@@ -21,10 +21,7 @@
 test00_loadOLE
     |iid_IEnum|
 
-    OperatingSystem isMSWINDOWSlike ifFalse:[
-        Transcript showCR:'test skipped (OS is not WINDOWS)'.
-        ^ self.
-    ].
+    self skipIf:[OperatingSystem isMSWINDOWSlike not] description:'test skipped (OS is not WINDOWS)'.
 
     Smalltalk at:#ExternalLibraryFunction:Verbose put:true.
     Smalltalk at:#ObjectFileLoader:Verbose put:true.