5 lines
84 B
C
5 lines
84 B
C
void do_tests() {
|
|
ASSERT(!receive(""));
|
|
ASSERT(!receive("recieve_test"));
|
|
}
|