Skip to content

Commit

Permalink
execTEnumGetEnum now succeeds on Windows.
Browse files Browse the repository at this point in the history
This was fixed by root-project/root#15408.
The failure on Windows was due to typeinfo(enum_type) returning a name
with the format enum enumname and until the addition (in that PR) of
the name normalization step, this was incorrectly handled by TEnum::GetEnum
  • Loading branch information
pcanal committed May 6, 2024
1 parent fbc3144 commit 40e42e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion root/meta/enums/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ROOTTEST_GENERATE_REFLEX_DICTIONARY(tEnumGetEnumClasses
ROOTTEST_ADD_TEST(execTEnumGetEnum
MACRO execTEnumGetEnum.C
OUTREF execTEnumGetEnum.ref
${WILLFAIL_ON_WIN32}
DEPENDS ${GENERATE_REFLEX_TEST})


Expand Down

0 comments on commit 40e42e6

Please sign in to comment.