int vs size_t
This commit is contained in:
parent
47256a60af
commit
ce48f54e9b
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace {
|
|||
EXPECT_EQ(mstrptr->template get<0>().size(), 3u);
|
||||
EXPECT_EQ(mstrptr->template get<1>().size(), 4u);
|
||||
EXPECT_EQ(mstrptr->template get<2>().size(), 4u);
|
||||
EXPECT_EQ(mstrptr->dim(), 3);
|
||||
EXPECT_EQ(mstrptr->dim(), 3u);
|
||||
EXPECT_EQ(mstrptr->template get<0>().dim(), 1u);
|
||||
EXPECT_EQ(mstrptr->template get<1>().dim(), 3u);
|
||||
|
||||
|
|
Loading…
Reference in a new issue