]> Nishi Git Mirror - gwion.git/commitdiff
Revert ":wrench: op already imported"
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 9 May 2020 20:25:41 +0000 (22:25 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 9 May 2020 20:25:41 +0000 (22:25 +0200)
This reverts commit 9628cc6a543127663ff3b1e92070faafce739338.

tests/import/op_already_imported.c
tests/struct/struct_template.gw [deleted file]

index 0454a3f1ad40917de42b1c6bb3534a14f0860f38..1b3eec5e71a939b1f6274cee680f25ac40307353 100644 (file)
@@ -13,8 +13,6 @@
 
 
 GWION_IMPORT(op_already_imported) {
-  GWI_BB(gwi_oper_ini(gwi, "int", "int", "int"))
-  GWI_BB(gwi_oper_end(gwi, "=>", NULL))
   GWI_BB(gwi_oper_ini(gwi, "int", "int", "int"))
   GWI_BB(gwi_oper_end(gwi, "=>", NULL))
   return GW_OK;
diff --git a/tests/struct/struct_template.gw b/tests/struct/struct_template.gw
deleted file mode 100644 (file)
index 49a9fcd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-struct <~A~> S{
-  A a0;
-  A a1;
-}
-
-<~int~>S si;
-<~float~>S sf;
-
-<<< si.a0 >>>;
-<<< sf.a0 >>>;