5 lines
108 B
C
5 lines
108 B
C
void do_tests() {
|
|
ASSERT(catch(error("hi")) == "*hi\n");
|
|
ASSERT(catch(error("hi\n")) == "*hi\n");
|
|
}
|