From 38a4a1b003dcbc6d3cb9940a6d33fe8b903a1f1d Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 24 Sep 2019 20:43:09 +0200 Subject: [PATCH] Revert ":white_check_mark: Fix enum import test" This reverts commit 113ac0e449e1350decfcc12434ff61eba2f97a1f. --- 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 6cb9859c..bdc84bbd 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_myenum; + Type t_enum; 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