mud/fluffos-2.23-ds03/testsuite/single/tests/efuns/query_privs.c
2020-09-06 05:43:07 -07:00

6 lines
84 B
C

void do_tests() {
#ifdef __PRIVS__
ASSERT(query_privs(this_object()));
#endif
}