Skip to content

Commit be6f4eb

Browse files
authored
Update Enum.cpp
1 parent 0fc0796 commit be6f4eb

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_Runtime_Type_Constant_u8_template() {
1584+
void Enum_runtime_type_constant_u8_template() {
15851585
flecs::world ecs;
15861586

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

0 commit comments

Comments
 (0)