compiler/tests/extras/PPCLRPTransition.st
changeset 523 09afcf28ed60
parent 511 527038bc8edf
--- a/compiler/tests/extras/PPCLRPTransition.st	Tue Aug 18 22:16:18 2015 +0100
+++ b/compiler/tests/extras/PPCLRPTransition.st	Tue Aug 18 22:46:10 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Extras-Tests-LRP'
 !
 
+
 !PPCLRPTransition class methodsFor:'instance creation'!
 
 on: anEvent from: startState to: endState name: aString
@@ -97,3 +98,10 @@
     aPPCLRPNodeVisitor visitTransitionNode: self.
 ! !
 
+!PPCLRPTransition class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+