Skip to content

Commit 31f09e6

Browse files
authored
Update Enum.cpp
1 parent ee22605 commit 31f09e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cpp/src/Enum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ void Enum_enum_w_one_constant_index_of(void) {
15811581
test_int(one_type.index_by_value(0), 0);
15821582
}
15831583

1584-
void Enum_Constant_u8_template_test() {
1584+
void Enum_Constant_u8_template() {
15851585
flecs::world ecs;
15861586

15871587
auto comp = ecs.component("TestEnumConstant");

0 commit comments

Comments
 (0)