mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
87a4b8580c
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
14 lines
170 B
Objective-C
14 lines
170 B
Objective-C
#import <XCTest/XCTest.h>
|
|
|
|
@interface CocoaExampleTests : XCTestCase
|
|
|
|
@end
|
|
|
|
@implementation CocoaExampleTests
|
|
|
|
- (void)testExample {
|
|
XCTAssert(YES, @"Pass");
|
|
}
|
|
|
|
@end
|