compiler/tests/extras/PPCLRPVariable.st
changeset 533 666372dbe307
parent 511 527038bc8edf
--- a/compiler/tests/extras/PPCLRPVariable.st	Wed Aug 26 23:01:00 2015 +0100
+++ b/compiler/tests/extras/PPCLRPVariable.st	Wed Aug 26 23:34:48 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Extras-Tests-LRP'
 !
 
+
 !PPCLRPVariable class methodsFor:'installation'!
 
 name: aString value: aValue
@@ -53,3 +54,10 @@
     aPPCLRPNodeVisitor visitVariableNode: self
 ! !
 
+!PPCLRPVariable class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+