diff options
-rw-r--r-- | MLKLowLevelTests.m | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/MLKLowLevelTests.m b/MLKLowLevelTests.m index c6be64a..b274f02 100644 --- a/MLKLowLevelTests.m +++ b/MLKLowLevelTests.m @@ -17,21 +17,17 @@ #include <UnitKit/UnitKit.h> -@interface MLKLowLevelTests <UKTest> -//-(id) initForTest; +@interface MLKLowLevelTests : NSObject <UKTest> @end @implementation MLKLowLevelTests -/* -(id) initForTest { return self; } -*/ -/* -(id) testStuff { // UKPass(); UKFail(); @@ -40,6 +36,5 @@ // UKStringsNotEqual (@"a", @"b"); // UKPass(); return nil; - } -*/ +} @end |