From: fennecdjay Date: Tue, 24 Sep 2019 18:43:09 +0000 (+0200) Subject: Revert ":white_check_mark: Fix enum import test" X-Git-Tag: nightly~2207 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=38a4a1b003dcbc6d3cb9940a6d33fe8b903a1f1d;p=gwion.git Revert ":white_check_mark: Fix enum import test" This reverts commit 113ac0e449e1350decfcc12434ff61eba2f97a1f. --- 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))