projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e288d2
)
Oops. Fix build
author
Behdad Esfahbod
<behdad@behdad.org>
Sat, 20 Oct 2018 02:59:41 +0000
(19:59 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Sat, 20 Oct 2018 02:59:41 +0000
(19:59 -0700)
test/api/test-map.c
patch
|
blob
|
history
diff --git
a/test/api/test-map.c
b/test/api/test-map.c
index
cc797fb
..
0d8be0b
100644
(file)
--- a/
test/api/test-map.c
+++ b/
test/api/test-map.c
@@
-69,7
+69,7
@@
test_map_userdata (void)
hb_user_data_key_t key[2];
int *data = (int *) malloc (sizeof (int));
*data = 3123;
- hb_map_set_user_data (m, &key[0], data, free,
true
);
+ hb_map_set_user_data (m, &key[0], data, free,
TRUE
);
g_assert_cmpint (*((int *) hb_map_get_user_data (m, &key[0])), ==, 3123);
int *data2 = (int *) malloc (sizeof (int));