summaryrefslogtreecommitdiff
path: root/bindings/objc/test/SwordModuleLongRunTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/objc/test/SwordModuleLongRunTest.h')
-rw-r--r--bindings/objc/test/SwordModuleLongRunTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/objc/test/SwordModuleLongRunTest.h b/bindings/objc/test/SwordModuleLongRunTest.h
index d415885..5eda8da 100644
--- a/bindings/objc/test/SwordModuleLongRunTest.h
+++ b/bindings/objc/test/SwordModuleLongRunTest.h
@@ -6,11 +6,11 @@
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
-#import <SenTestingKit/SenTestingKit.h>
+#import <XCTest/XCTest.h>
@class SwordModule;
-@interface SwordModuleTest : SenTestCase {
+@interface SwordModuleLongRunTest : XCTestCase {
SwordModule *mod;
}