Staticize the test plans.
This commit is contained in:
parent
99e7cb7d65
commit
96d30cbc7e
@ -94,7 +94,7 @@ T_OC(pfcs)
|
||||
* Boilerplate
|
||||
*/
|
||||
|
||||
const struct t_test *t_plan[] = {
|
||||
static const struct t_test *t_plan[] = {
|
||||
T(t_oc_digit),
|
||||
T(t_oc_xdigit),
|
||||
T(t_oc_upper),
|
||||
|
@ -255,7 +255,7 @@ T_FUNC(unterminated_line, "unterminated line")
|
||||
* Boilerplate
|
||||
*/
|
||||
|
||||
const struct t_test *t_plan[] = {
|
||||
static const struct t_test *t_plan[] = {
|
||||
T(empty_input),
|
||||
T(empty_line),
|
||||
T(unterminated_empty_line),
|
||||
|
@ -823,7 +823,7 @@ T_FUNC(escaped_double_quote_within_double_quotes,
|
||||
* Boilerplate
|
||||
*/
|
||||
|
||||
const struct t_test *t_plan[] = {
|
||||
static const struct t_test *t_plan[] = {
|
||||
T(empty_input),
|
||||
T(empty_line),
|
||||
T(single_whitespace),
|
||||
|
Loading…
Reference in New Issue
Block a user