Skip to content

Commit be304ff

Browse files
committed
fix typos
1 parent 0413e34 commit be304ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cpp/auto_parallel/reshape_co_shard_spmd_rule_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct ReshapeTestCase {
2929
// output
3030
std::vector<std::vector<int64_t>> expected_input_dims_mapping;
3131
std::vector<std::vector<int64_t>> expected_output_dims_mapping;
32-
}
32+
};
3333

3434
TEST(Reshape, Ctor) {
3535
std::vector<int64_t> mesh_shape = {2, 2};

0 commit comments

Comments
 (0)