stc compilation fixes for enchmarkInstanceTestsB.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 31 Jul 2013 02:25:57 +0100
changeset 144 9617ce45d4ea
parent 143 e702a244cea5
child 145 98ebd63b85c9
stc compilation fixes for enchmarkInstanceTestsB.
s/tests/BenchmarkInstanceTestsB.st
--- a/s/tests/BenchmarkInstanceTestsB.st	Wed Jul 31 00:48:57 2013 +0100
+++ b/s/tests/BenchmarkInstanceTestsB.st	Wed Jul 31 02:25:57 2013 +0100
@@ -14,7 +14,7 @@
 !
 
 param3:aBoolean
-    <parameter: #param3 type: Boolean default: false>
+    <parameter: #param3 type: #Boolean default: false>
     param3 := aBoolean.
 
     "Modified: / 30-07-2013 / 23:09:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
@@ -25,7 +25,7 @@
 !
 
 param4:anObject
-    <parameter: param4 type: #Float>
+    <parameter: #param4 type: #Float>
     param4 := anObject.
 
     "Modified: / 30-07-2013 / 23:41:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"