aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testutil.h')
-rw-r--r--test/testutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutil.h b/test/testutil.h
index 1f3c19ff68..8bc561b104 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -393,7 +393,7 @@ void test_perror(const char *s);
/*
* For "impossible" conditions such as malloc failures or bugs in test code,
* where continuing the test would be meaningless. Note that OPENSSL_assert
- * is fatal, and is never compiled out.
+ * is fatal, and is never compiled out. This macro should be avoided.
*/
# define TEST_check(condition) \
do { \