mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Add a test name
Change-Id: I06dfc9cad2c54ef6078342766577eab92645283f
This commit is contained in:
@@ -1018,7 +1018,7 @@ TEST(CompactifyArray, NonContiguousEntries) {
|
||||
EXPECT_EQ(array, expected);
|
||||
}
|
||||
|
||||
TEST(CompactifyArray, ) {
|
||||
TEST(CompactifyArray, NonContiguousRepeatingEntries) {
|
||||
vector<int> array;
|
||||
array.push_back(3);
|
||||
array.push_back(1);
|
||||
|
||||
Reference in New Issue
Block a user