summaryrefslogtreecommitdiffstats
path: root/Tests/XCTest/CocoaExampleTests/CocoaExampleTests.m
blob: 70d61d6ffc46136bfaa26683f1bac9b5d8af6a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import <XCTest/XCTest.h>

@interface CocoaExampleTests : XCTestCase

@end

@implementation CocoaExampleTests

- (void)testExample {
    XCTAssert(YES, @"Pass");
}

@end