#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 08 May 2018 10:57:01 +0200
changeset 1916 1054b1b5ccee
parent 1915 af63d419f526
child 1917 46bcef094b5d
#DOCUMENTATION by cg class: RegressionTests::NumberTest comment/format in: #test_eqNumberBug
RegressionTests__NumberTest.st
--- a/RegressionTests__NumberTest.st	Tue May 08 10:51:43 2018 +0200
+++ b/RegressionTests__NumberTest.st	Tue May 08 10:57:01 2018 +0200
@@ -46,11 +46,12 @@
 
     (Helper
         isStcCompiledMethod:#test_eqNumberBug
-        in:self) ifTrue:[
-            self 
-                skipIf:true
-                description:'#compile is not available in stand alone apps'.
-        ].            
+        in:self
+    ) ifTrue:[
+        self 
+            skipIf:true
+            description:'#compile is not available in stand alone apps'.
+    ].            
 
     Class withoutUpdatingChangesDo:[
         self class