#FEATURE by sr
authorsr
Thu, 12 Oct 2017 15:00:51 +0200
changeset 442 1a7cb1fd33b4
parent 441 1d8316acf54b
child 443 65f4ea5ca6a4
#FEATURE by sr class: RunUnitTests class changed: #example1
quickSelfTest/RunUnitTests.st
--- a/quickSelfTest/RunUnitTests.st	Thu Oct 12 15:00:45 2017 +0200
+++ b/quickSelfTest/RunUnitTests.st	Thu Oct 12 15:00:51 2017 +0200
@@ -252,8 +252,8 @@
         runWithCompiledUnitTestClasses:true
         arguments:#(
             '--runOnlyExpeccoUnitTests' 
-"/                '--forceTestCase' 
-"/                'CompilerTest'
+            '--forceTestCase' 
+            'FloatTest'
         )
         debug:true
 ! !