Skip to content

Commit 2e7e51b

Browse files
this time
1 parent 2869925 commit 2e7e51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/cases/test_fson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ FOSSIL_TEST_CASE(c_test_fson_number_getters) {
171171
fossil_media_fson_value_t *voct = fossil_media_fson_new_oct(077);
172172
fossil_media_fson_value_t *vhex = fossil_media_fson_new_hex(0xFF);
173173
fossil_media_fson_value_t *vbin = fossil_media_fson_new_bin(42);
174-
int32_t oct, hex, bin;
174+
uint64_t oct, hex, bin;
175175
ASSUME_ITS_EQUAL_I32(fossil_media_fson_get_oct(voct, &oct), FOSSIL_MEDIA_FSON_OK);
176176
ASSUME_ITS_EQUAL_I32(oct, 077);
177177
ASSUME_ITS_EQUAL_I32(fossil_media_fson_get_hex(vhex, &hex), FOSSIL_MEDIA_FSON_OK);

0 commit comments

Comments
 (0)