From de37baa6510d50cb38a65ec7784d33c46301dcf5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 9 May 2020 21:25:56 +0200 Subject: [PATCH] :wrench: fix class_template builtin test --- tests/import/class_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/import/class_template.c b/tests/import/class_template.c index ff335e08..191e7ac2 100644 --- a/tests/import/class_template.c +++ b/tests/import/class_template.c @@ -35,7 +35,7 @@ GWION_IMPORT(class_template) { GWI_BB(gwi_func_end(gwi, (f_xfun)1, ae_flag_none)) GWI_BB(gwi_class_end(gwi)) - GWI_BB(gwi_item_ini(gwi, "<~Ptr<~int~>,int[]~>ClassTemplate", "testObject")) + GWI_BB(gwi_item_ini(gwi, "<~<~int~>Ptr,int[]~>ClassTemplate", "testObject")) GWI_BB(gwi_item_end(gwi, ae_flag_none, NULL)) return GW_OK; } -- 2.43.0