Staticize the test plans.

This commit is contained in:
Dag-Erling Smørgrav 2014-11-05 20:13:18 +00:00
parent 4bfabf1404
commit 8a71aca501
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274145
3 changed files with 3 additions and 3 deletions

View File

@ -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),

View File

@ -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),

View File

@ -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),