mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Staticize the test plans.
This commit is contained in:
parent
4bfabf1404
commit
8a71aca501
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274145
@ -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