quickSelfTest/RunUnitTests.st
changeset 335 aaa1ed543bd0
parent 329 6a3fe7cea4e1
child 336 8dcc6a1f364b
--- a/quickSelfTest/RunUnitTests.st	Thu Jul 13 03:57:41 2017 +0000
+++ b/quickSelfTest/RunUnitTests.st	Tue Sep 12 13:33:30 2017 +0200
@@ -1,4 +1,4 @@
-'From Smalltalk/X, Version:7.1.0.0 on 21-03-2017 at 14:52:37'                   !
+'From Smalltalk/X, Version:7.1.0.0 on 12-09-2017 at 13:33:27'                   !
 
 "{ Package: 'stx:goodies/regression' }"
 
@@ -132,7 +132,7 @@
 excludedUnitTestClassNamesForExpecco 
     ^ self excludedUnitTestClassNamesForAll
         , #(
-
+            #'RegressionTests::BreakpointTests'
         )
 ! !