mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[test] Minor
This commit is contained in:
parent
35aa492eb7
commit
1bd1a37837
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ main (int argc, char **argv)
|
|||
{
|
||||
hb_hashmap_t<int, hb_bytes_t> m;
|
||||
char c_str[] = "Test";
|
||||
hb_bytes_t bytes (c_str, 4);
|
||||
hb_bytes_t bytes (c_str);
|
||||
|
||||
m.set (1, bytes);
|
||||
assert (m.has (1));
|
||||
|
|
Loading…
Add table
Reference in a new issue