aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Hoa Dinh <dvh@google.com>2014-11-12 13:09:19 -0800
committerGravatar Hoa Dinh <dvh@google.com>2014-11-12 13:09:19 -0800
commit93d85f64f1c2d3364e52683d5e895f0de4b3ee8e (patch)
tree22c9fe23f0806701bcabb725c18b977186fb7648 /tests
parent96492ad388078e26b9741deda47fa95a63113eb2 (diff)
parentc6e5b98886c29a5a759c60693a24bd8b899e4d91 (diff)
Merge branch 'master' into glib-support
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;
}