aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_macros.h b/tests/test_macros.h
index 8d850e1..3b35f76 100644
--- a/tests/test_macros.h
+++ b/tests/test_macros.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef FRUIT_TEST_MACROS
-#define FRUIT_TEST_MACROS
+#ifndef FRUIT_TEST_MACROS_H
+#define FRUIT_TEST_MACROS_H
#include <iostream>
@@ -33,4 +33,4 @@
(void)sizeof(__VA_ARGS__); \
}
-#endif // FRUIT_TEST_MACROS
+#endif // FRUIT_TEST_MACROS_H