Portability fix: do not use "/ style comments in PetitParser code.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 31 Jul 2015 09:35:15 +0100
changeset 513 7b8093caf796
parent 512 694a247a12ba
child 514 46dd1237b20a
Portability fix: do not use "/ style comments in PetitParser code.
PPParser.st
compiler/tests/extras/PPCSetUpBeforeTearDownAfterResource.st
--- a/PPParser.st	Fri Jul 31 07:57:23 2015 +0100
+++ b/PPParser.st	Fri Jul 31 09:35:15 2015 +0100
@@ -191,11 +191,10 @@
             view list: list.
             view
         ];
-        "/ application: [ ... ];
-        "/ text: [ ... ];
         yourself
 
     "Modified: / 22-05-2015 / 17:05:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 31-07-2015 / 09:34:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !PPParser methodsFor:'operations'!
--- a/compiler/tests/extras/PPCSetUpBeforeTearDownAfterResource.st	Fri Jul 31 07:57:23 2015 +0100
+++ b/compiler/tests/extras/PPCSetUpBeforeTearDownAfterResource.st	Fri Jul 31 09:35:15 2015 +0100
@@ -25,9 +25,6 @@
 initialize
     "Invoked at system start or when the class is dynamically loaded."
 
-    "/ please change as required (and remove this comment)
-    "/ testCaseClass := nil.
-
     CachedResources := Dictionary new
 
     "Modified: / 30-07-2015 / 07:47:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"