From: fennecdjay Date: Tue, 22 Oct 2019 12:23:36 +0000 (+0200) Subject: :shirt: Clean import tests X-Git-Tag: nightly~2116^2~36 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=fb5af0bfcf4e3449cf6b47df564adbf04c047e8b;p=gwion.git :shirt: Clean import tests --- diff --git a/tests/import/fptr_tmpl.c b/tests/import/fptr_tmpl.c index 28b0b35b..a86b5cee 100644 --- a/tests/import/fptr_tmpl.c +++ b/tests/import/fptr_tmpl.c @@ -11,7 +11,6 @@ #include "operator.h" #include "import.h" -static MFUN(test_func) { puts("test"); } GWION_IMPORT(typedef_test) { Type t_func_typedef; GWI_OB((t_func_typedef = gwi_mk_type(gwi, "FuncTypedef", SZ_INT , NULL)))