X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/4a83289a1b4333dba449e7f71df1f7069d2ee0f7..a142609c5dc2a7c3df02497235881beaf47088bf:/test/test.sod diff --git a/test/test.sod b/test/test.sod index e5025b5..71fdd68 100644 --- a/test/test.sod +++ b/test/test.sod @@ -169,7 +169,7 @@ class T1Sub : T1Base { code c : tests { prepare("aggregate, base"); - { SOD_DECL(T1Base, t1); + { SOD_DECL(T1Base, t1, NO_KWARGS); struct item *l; struct vec v; STEP(0); T1Base_aprogn(t1); /* 1 */ @@ -185,7 +185,7 @@ code c : tests { DONE(7); } prepare("aggregate, sub"); - { SOD_DECL(T1Sub, t1); + { SOD_DECL(T1Sub, t1, NO_KWARGS); struct item *l; struct vec v; T1Base_aprogn(t1); /* 0, 1 */