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

9 lines
203 B
C

void foo() {}
void do_tests() {
// We can only set up one input_to, which makes this hard to test
// exhaustively
if (this_player())
ASSERT(input_to((: foo, "bazz" :), 1, "bar"));
}