Remove building with NOCRYPTO option
[minix3.git] / external / bsd / libc++ / dist / libcxxrt / test / test.h
blob6972b621c220b204d203349eb57294b07b6cea35
2 void log_test(bool predicate, const char *file, int line, const char *message);
4 #define TEST(p, m) log_test(p, __FILE__, __LINE__, m)