compiler/tests/PPCContextMementoTest.st
changeset 420 b2f2f15cef26
parent 392 9b297f0d949c
child 422 116d2b2af905
--- a/compiler/tests/PPCContextMementoTest.st	Sat Nov 08 02:08:45 2014 +0000
+++ b/compiler/tests/PPCContextMementoTest.st	Wed Nov 19 10:52:37 2014 +0000
@@ -7,9 +7,17 @@
 	category:'PetitCompiler-Tests-Context'
 !
 
+
 !PPCContextMementoTest methodsFor:'as yet unclassified'!
 
 memento
 	^ PPCContextMemento new
 ! !
 
+!PPCContextMementoTest class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+