aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/main.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/main.mm b/tests/main.mm
index a47bf2a7..d7c527b9 100644
--- a/tests/main.mm
+++ b/tests/main.mm
@@ -271,7 +271,7 @@ static void testAsyncPOP()
[[NSRunLoop currentRunLoop] run];
}
-void testObjc()
+void testObjC()
{
MCOIMAPSession *session = [[MCOIMAPSession alloc] init];
session.username = @"monkeybreadr@gmail.com";
@@ -320,7 +320,7 @@ void testAll()
//testAsyncIMAP();
//testAsyncPOP();
- testObjc();
+ testObjC();
MCLog("pool release");
pool->release();