Fixed issue with json output in vpp_api_test.
[vpp.git] / vppinfra / vppinfra / test_vec.c
index ea66ac1..12c0603 100644 (file)
@@ -1049,7 +1049,8 @@ int test_vec_main (unformat_input_t * input)
     {
       u8 * bigboy = 0;
       u64 one_gig = (1<<30);
-      u64 size, index;
+      u64 size;
+      i64 index;
 
       fformat (stdout, "giant vector test...");
       size = 5ULL * one_gig;