Code

data_test: Use int64_t instead of int for integer array data.
[sysdb.git] / t / unit / core / data_test.c
index c33382386e8c99e60ac08c69af95cd6cba0486e5..56c6649afd7fd13d779bdbcd1050c8d768ea4f01 100644 (file)
@@ -38,7 +38,7 @@ START_TEST(test_data)
        sdb_data_t d1, d2;
        int check;
 
-       int int_values[] = { 47, 11, 23 };
+       int64_t int_values[] = { 47, 11, 23 };
        char *string_values[] = { "foo", "bar", "qux" "baz" };
        size_t i;