compiler/tests/PPCMockCompiler.st
changeset 524 f6f68d32de73
parent 452 9f4558b3be66
--- a/compiler/tests/PPCMockCompiler.st	Mon Aug 17 12:13:16 2015 +0100
+++ b/compiler/tests/PPCMockCompiler.st	Mon Aug 24 15:34:14 2015 +0100
@@ -38,6 +38,10 @@
 
 addConstant: object as: id
     "TODO"
+!
+
+code: string
+    lines add: string
 ! !
 
 !PPCMockCompiler methodsFor:'initialization'!