Fixed issue in debug mode

release/4.3a0
dellaert 2014-12-21 22:14:10 +01:00
parent 79d8514528
commit bc6af85a9c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ TEST(Cyclic, Ivnverse) {
//******************************************************************************
TEST(Cyclic , Invariants) {
G g(2), h(5);
G g(2), h(1);
check_group_invariants(g,h);
}