[test-vector] Fix test
This commit is contained in:
parent
9027d15410
commit
557be9502a
|
@ -172,7 +172,7 @@ main (int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
hb_vector_t<hb_set_t> v;
|
hb_vector_t<hb_map_t> v;
|
||||||
hb_map_t m;
|
hb_map_t m;
|
||||||
v.push (m);
|
v.push (m);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue