Skip to content

Commit

Permalink
Update to remove uneeded class
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Oct 31, 2023
1 parent 51e07bc commit e9ce5e5
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions Tests/base/NSStream/ipv6test.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@
*/
#import <Foundation/Foundation.h>
#import "Testing.h"
#import "ObjectTesting.h"

@interface IPv6StreamTest : NSObject
@end

@implementation IPv6StreamTest

- (void) runTest
int main()
{
NSAutoreleasePool *arp = [NSAutoreleasePool new];

NSInputStream *inputStream;
NSOutputStream *outputStream;

Expand Down Expand Up @@ -54,19 +50,6 @@ - (void) runTest

[inputStream close];
[outputStream close];
}

@end


int main()
{
NSAutoreleasePool *arp = [NSAutoreleasePool new];

// Run the test...
IPv6StreamTest *test = [[IPv6StreamTest alloc] init];

[test runTest];

[arp release];
arp = nil;
Expand Down

0 comments on commit e9ce5e5

Please sign in to comment.