aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2013-05-01 18:08:44 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-05-01 18:08:44 -0600
commitd2b6824eb0a782d733a44b54709104c607a5a59f (patch)
treebd9613ed5282e99a001a26f7f3dae4dc7a6ccfd0 /tests
parent6d1f8952d667509f705c4853799f65dc42420c85 (diff)
Proper C++ singletons
Diffstat (limited to 'tests')
-rw-r--r--tests/test-all.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-all.mm b/tests/test-all.mm
index 8a8c04ed..ffe9bc00 100644
--- a/tests/test-all.mm
+++ b/tests/test-all.mm
@@ -358,7 +358,7 @@ void testAll()
//testAsyncPOP();
//testAddresses();
//testAttachments();
- testProviders();
+ //testProviders();
testObjC();
MCLog("pool release");