From 113ac0e449e1350decfcc12434ff61eba2f97a1f Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 24 Sep 2019 19:24:07 +0200 Subject: [PATCH] :white_check_mark: Fix enum import test --- tests/import/enum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/import/enum.c b/tests/import/enum.c index bdc84bbd..6cb9859c 100644 --- a/tests/import/enum.c +++ b/tests/import/enum.c @@ -37,7 +37,7 @@ GWION_IMPORT(enum_test) { CHECK_BB(gwi_enum_add(gwi, "TYPED_ENUM9", 9)) CHECK_OB(gwi_enum_end(gwi)) - Type t_enum; + Type t_myenum; CHECK_OB((t_myenum = gwi_mk_type(gwi, "Enum", 0, NULL))) CHECK_BB(gwi_class_ini(gwi, t_myenum, NULL, NULL)) CHECK_BB(gwi_enum_ini(gwi, 0)) -- 2.43.0