compiler/tests/extras/PPLL1ExpressionGrammarTest.st
changeset 510 869853decf31
parent 477 b18b6cc7aabc
child 516 3b81c9e53352
--- a/compiler/tests/extras/PPLL1ExpressionGrammarTest.st	Fri Jul 31 08:22:18 2015 +0100
+++ b/compiler/tests/extras/PPLL1ExpressionGrammarTest.st	Thu Jul 30 08:37:37 2015 +0100
@@ -9,7 +9,6 @@
 	category:'PetitCompiler-Extras-Tests-Expressions'
 !
 
-
 !PPLL1ExpressionGrammarTest methodsFor:'as yet unclassified'!
 
 parserClass
@@ -99,10 +98,3 @@
     self assert: result third = 3.
 ! !
 
-!PPLL1ExpressionGrammarTest class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-