[test] Minor
This commit is contained in:
parent
35aa492eb7
commit
1bd1a37837
|
@ -244,7 +244,7 @@ main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
hb_hashmap_t<int, hb_bytes_t> m;
|
hb_hashmap_t<int, hb_bytes_t> m;
|
||||||
char c_str[] = "Test";
|
char c_str[] = "Test";
|
||||||
hb_bytes_t bytes (c_str, 4);
|
hb_bytes_t bytes (c_str);
|
||||||
|
|
||||||
m.set (1, bytes);
|
m.set (1, bytes);
|
||||||
assert (m.has (1));
|
assert (m.has (1));
|
||||||
|
|
Loading…
Reference in New Issue