compiler/tests/extras/PPCLRPState.st
changeset 534 a949c4fe44df
parent 511 527038bc8edf
--- a/compiler/tests/extras/PPCLRPState.st	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/tests/extras/PPCLRPState.st	Sat Aug 29 07:56:14 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Extras-Tests-LRP'
 !
 
+
 !PPCLRPState class methodsFor:'instance creation'!
 
 name: aString body: anArray
@@ -71,3 +72,10 @@
     aPPCLRPNodeVisitor visitStateNode: self.
 ! !
 
+!PPCLRPState class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+