session-ios/Signal/test/util/Crc32Test.h
Frederic Jacobs 675956f792 Goodbye OCTest, Hello XCTest
Some tests are still failing after the new key datastore transition.
2014-07-17 01:14:12 +02:00

6 lines
67 B
Objective-C

#import <XCTest/XCTest.h>
@interface Crc32Test : XCTestCase
@end