summaryrefslogtreecommitdiff
path: root/MLKLowLevelTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLowLevelTests.m')
-rw-r--r--MLKLowLevelTests.m3
1 files changed, 2 insertions, 1 deletions
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;
}