Skip to content

Commit

Permalink
Fix rabit's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Nov 1, 2024
1 parent ec37d35 commit a28079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/tests/test-ir_encoding_methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ TEMPLATE_TEST_CASE(
0,
array_with_invalid_map
};
REQUIRE(assert_invalid_serialization(subarray_with_invalid_type));
REQUIRE(assert_invalid_serialization(subarray_with_invalid_map));

std::tuple<int, decltype(map_with_invalid_submap)> const array_with_invalid_submap{
0,
Expand Down

0 comments on commit a28079a

Please sign in to comment.