aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp (renamed from tests/main.mm)11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/main.mm b/tests/main.cpp
index b17fa0f5..a2855416 100644
--- a/tests/main.mm
+++ b/tests/main.cpp
@@ -6,8 +6,6 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#import <Foundation/Foundation.h>
-
#include "test-all.h"
#if __APPLE__
#include "test-all-mac.h"
@@ -15,13 +13,8 @@
int main(int argc, const char * argv[])
{
-
- @autoreleasepool {
-
- testAll();
- testAllMac();
-
- }
+ testAll();
+ testAllMac();
return 0;
}