From 3e30453f1714b03be1a6588e174a3f256e80cf5f Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 14 Jun 2008 16:31:50 +0200 Subject: Call [super init] from every initialiser of every class. --- MLKLowLevelTests.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MLKLowLevelTests.m') diff --git a/MLKLowLevelTests.m b/MLKLowLevelTests.m index c47fd2a..2b053a9 100644 --- a/MLKLowLevelTests.m +++ b/MLKLowLevelTests.m @@ -1,4 +1,4 @@ -/* Étoilisp, a Common Lisp subset for Étoilé. +/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify @@ -31,6 +31,7 @@ @implementation MLKLowLevelTests -(id) initForTest { + self = [super init]; return self; } -- cgit v1.2.3