cmake/Tests/XCTest/CocoaExampleTests/CocoaExampleTests.m

14 lines
170 B
Mathematica
Raw Normal View History

2015-08-17 11:37:30 +02:00
#import <XCTest/XCTest.h>
@interface CocoaExampleTests : XCTestCase
@end
@implementation CocoaExampleTests
- (void)testExample {
XCTAssert(YES, @"Pass");
}
@end