define and start using single_text_context()
This commit is contained in:
@@ -53,7 +53,7 @@ tests(TestState *s)
|
||||
memcpy(&scpy, s, sizeof(TestState));
|
||||
s->ptr = &scpy;
|
||||
|
||||
test_initial_state(s);
|
||||
test_context(s, "initial state", test_initial_state);
|
||||
test_run_test(s);
|
||||
test_append_test_log(s);
|
||||
test_context(s, "test_context()", test_test_context);
|
||||
|
||||
Reference in New Issue
Block a user