compiler/tests/PPCSpecializingVisitorTest.st
changeset 477 b18b6cc7aabc
parent 464 f6d77fee9811
--- a/compiler/tests/PPCSpecializingVisitorTest.st	Fri May 29 07:25:31 2015 +0100
+++ b/compiler/tests/PPCSpecializingVisitorTest.st	Mon Jun 01 22:02:17 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Tests-Visitors'
 !
 
+
 !PPCSpecializingVisitorTest methodsFor:'as yet unclassified'!
 
 asNode: aPPParser
@@ -259,3 +260,10 @@
     self assert: result child literal = 'foo'.
 ! !
 
+!PPCSpecializingVisitorTest class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+