X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=test-multi-match.c;h=bc40b37c7453be2ee0b1f0aafcdce5a859ee0783;hb=45a7c4d5ed0afd47e0df2f444d33683e17ae53b9;hp=dd36c725b931e2b05f759ba00af9775d2debdd45;hpb=bc7f2694f006e97e9c97dc2a25c968a90fbe7340;p=miniexpect.git diff --git a/test-multi-match.c b/test-multi-match.c index dd36c72..bc40b37 100644 --- a/test-multi-match.c +++ b/test-multi-match.c @@ -51,11 +51,11 @@ main (int argc, char *argv[]) for (i = 0; i < 5; ++i) { r = mexp_expect (h, (mexp_regexp[]) { - { 100, multi_re }, - { 101, match_re }, - { 102, ing_re }, - { 103, str_re }, - { 104, s_re }, + { 100, multi_re, 0 }, + { 101, match_re, 0 }, + { 102, ing_re, 0 }, + { 103, str_re, 0 }, + { 104, s_re, 0 }, { 0 }, }, match_data); switch (r) {