diff -r c45383095de4 -r b18b6cc7aabc compiler/tests/PPCSpecializingVisitorTest.st --- a/compiler/tests/PPCSpecializingVisitorTest.st Fri May 29 07:25:31 2015 +0100 +++ b/compiler/tests/PPCSpecializingVisitorTest.st Mon Jun 01 22:02:17 2015 +0100 @@ -9,6 +9,7 @@ category:'PetitCompiler-Tests-Visitors' ! + !PPCSpecializingVisitorTest methodsFor:'as yet unclassified'! asNode: aPPParser @@ -259,3 +260,10 @@ self assert: result child literal = 'foo'. ! ! +!PPCSpecializingVisitorTest class methodsFor:'documentation'! + +version_HG + + ^ '$Changeset: $' +! ! +