summaryrefslogtreecommitdiff
path: root/tests/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils.h')
-rw-r--r--tests/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.h b/tests/utils.h
index 47db94f61e..dfd6aef3e1 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -30,7 +30,7 @@
#ifndef __attribute__
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
-#define __attribute__(Spec) /* empty */
+#define __attribute__(Spec) /* empty */
#endif
#endif