Fix tiny issues

release/4.3a0
Frank Dellaert 2022-02-12 11:37:35 -05:00
parent d57e5d5c45
commit 9f2e5ab9b6
2 changed files with 1 additions and 2 deletions

View File

@ -272,7 +272,6 @@ TEST(VectorValues, html) {
"</table>\n" "</table>\n"
"</div>"; "</div>";
string actual = vv.html(); string actual = vv.html();
cout << actual << endl;
EXPECT(actual == expected); EXPECT(actual == expected);
} }