]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: fix class_template builtin test
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 9 May 2020 19:25:56 +0000 (21:25 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 9 May 2020 19:25:56 +0000 (21:25 +0200)
tests/import/class_template.c

index ff335e08c5602a85489f57a9218aa4dc0d130456..191e7ac24744978bc64b850a720f1ef53ea6e2f3 100644 (file)
@@ -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;
 }