X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftestutil.h;h=8bc561b104833d44f35ffa575892298b50228d1c;hp=1f3c19ff689e8659201f1d35cf2fa5b82dd965c5;hb=019e47ce564e9d57ed85c4ebe0672518b6a349f5;hpb=f13615c5b828aeb8e3d9bf2545c803633d1c684f 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 { \