summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 7334fe3aed..bc35a054ae 100644
--- a/include/common.h
+++ b/include/common.h
@@ -246,7 +246,7 @@
/*
* Define test_mockable and test_mockable_static for mocking
- * functions.
+ * functions. Don't use test_mockable in .h files.
*/
#ifdef TEST_BUILD
#define test_mockable __attribute__((weak))