6 lines
93 B
C
6 lines
93 B
C
void do_tests() {
|
|
#ifndef __NO_SNOOP__
|
|
ASSERT(query_snoop(this_object()) == 0);
|
|
#endif
|
|
}
|