mud/fluffos-2.23-ds03/testsuite/single/tests/efuns/query_snoop.c
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
}