stx_goodies_petitparser.st
changeset 632 9b86bc3001da
parent 622 e2a05b463760
child 635 cc19416f97b1
--- a/stx_goodies_petitparser.st	Thu Jul 05 09:23:39 2018 +0200
+++ b/stx_goodies_petitparser.st	Thu Jul 05 09:23:44 2018 +0200
@@ -90,13 +90,10 @@
 
     ^ #(
         #'stx:goodies/petitparser/analyzer'
-        "sr: do not compile test classes... 
-         will also fail because sunit (which does inclide superclass of PPAbstractParserTest)
-         has not yet build (when calling bmake in stx)"
-"/        #'stx:goodies/petitparser/tests'
+        #'stx:goodies/petitparser/tests'
     )
 
-    "Modified (comment): / 04-07-2018 / 15:43:01 / sr"
+    "Modified: / 05-07-2018 / 09:21:48 / sr"
 ! !
 
 !stx_goodies_petitparser class methodsFor:'description - actions'!