compiler/tests/PPCMockCompiler.st
changeset 393 00381102a9b5
parent 392 9b297f0d949c
child 422 116d2b2af905
--- a/compiler/tests/PPCMockCompiler.st	Sun Oct 26 01:28:07 2014 +0000
+++ b/compiler/tests/PPCMockCompiler.st	Sun Oct 26 22:00:05 2014 +0000
@@ -7,6 +7,15 @@
 	category:'PetitCompiler-Tests-Core'
 !
 
+
+!PPCMockCompiler class methodsFor:'instance creation'!
+
+new
+    "return an initialized instance"
+
+    ^ self basicNew initialize.
+! !
+
 !PPCMockCompiler methodsFor:'accessing'!
 
 lines
@@ -34,3 +43,10 @@
 	lines := OrderedCollection new.
 ! !
 
+!PPCMockCompiler class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+