blob: c0386a092c02d37bfbca16c83086b09d02df3954 [file] [log] [blame]
//
// ANTLRTests.m
// ANTLRTests
//
// Created by Alan Condit on 4/7/11.
// Copyright 2011 Alan's MachineWorks. All rights reserved.
//
#import "ANTLRTests.h"
@implementation ANTLRTests
- (void)setUp
{
[super setUp];
// Set-up code here.
}
- (void)tearDown
{
// Tear-down code here.
[super tearDown];
}
@end