X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fccan_tokenizer%2Ftest%2Frun.c;h=d3f0432939f9f59a22e6c76af776d1bf59b84862;hb=cdffdf5d61f8330cfc3467e73a84876eb3928e9b;hp=92fe43c68a67d818bd64133bf681f9af11f66407;hpb=af052b1a93f91b6e0888d5ece29786243d57cf2e;p=ccan diff --git a/ccan/ccan_tokenizer/test/run.c b/ccan/ccan_tokenizer/test/run.c index 92fe43c6..d3f04329 100644 --- a/ccan/ccan_tokenizer/test/run.c +++ b/ccan/ccan_tokenizer/test/run.c @@ -915,7 +915,7 @@ struct tokenizer_msg_test { #define M(...) array_count_pair(const char *, __VA_ARGS__) struct tokenizer_test tokenizer_tests[] = { - T(""), + { "", 0, 0 }, T("\n", {.type = TOK_WHITE, txt("\n")} ),