2020-09-06 05:43:07 -07:00

6 lines
93 B
C

void do_tests() {
#ifndef __NO_SNOOP__
ASSERT(query_snoop(this_object()) == 0);
#endif
}