aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-04 23:23:50 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-04 23:23:50 -0700
commitd036437a499feafdd79994fcaa38d03b50929fe0 (patch)
treee000395d2eff5532184d8e73c49daa473cf73ecc /tests
parent6eba7f202753d79f2de6b8a8c87864e93394343c (diff)
Header documentation. Header clean-up
Diffstat (limited to 'tests')
-rw-r--r--tests/test-all.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-all.h b/tests/test-all.h
index 6197cf47..6239f2f5 100644
--- a/tests/test-all.h
+++ b/tests/test-all.h
@@ -6,11 +6,11 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __mailcore2__test_all__
-#define __mailcore2__test_all__
+#ifndef __MAILCORE_TEST_ALL_H_
+#define __MAILCORE_TEST_ALL_H_
#include <MailCore/MailCore.h>
extern void testAll();
-#endif /* defined(__mailcore2__test_all__) */
+#endif