blob: 7d3b27245f4f69ab11592a7d1c9810a5a55a865d [file] [log] [blame] [edit]
#import <XCTest/XCTest.h>
#import "StaticLibExample/StaticLibExample.h"
@interface StaticLibExampleTests : XCTestCase
@end
@implementation StaticLibExampleTests
- (void)testFortyFour {
// This is an example of a functional test case.
XCTAssertEqual(44, FortyFour());
}
@end