compiler/tests/PPCTokenDetectorTest.st
changeset 518 a6d8b93441b0
parent 452 9f4558b3be66
--- a/compiler/tests/PPCTokenDetectorTest.st	Mon Aug 17 13:39:38 2015 +0100
+++ b/compiler/tests/PPCTokenDetectorTest.st	Mon Aug 17 23:11:56 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Tests-Visitors'
 !
 
+
 !PPCTokenDetectorTest methodsFor:'as yet unclassified'!
 
 assert: object type: class
@@ -215,3 +216,10 @@
     self assert: result whitespace type: PPCSentinelNode.
 ! !
 
+!PPCTokenDetectorTest class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+