On Mon, Oct 13, 2014 at 8:00 PM, Mike Holmes <[email protected]> wrote:
> Update this test to compile with the new global_init arguments
>
> Signed-off-by: Mike Holmes <[email protected]>

Reviewed-and-Tested-by: Ciprian Barbu <[email protected]>

> ---
>
>  test/cunit/odp_init_test.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/cunit/odp_init_test.c b/test/cunit/odp_init_test.c
> index fe5e6bc..4ca1e2c 100644
> --- a/test/cunit/odp_init_test.c
> +++ b/test/cunit/odp_init_test.c
> @@ -13,7 +13,7 @@
>  static void test_odp_init_global(void)
>  {
>         int status;
> -       status = odp_init_global();
> +       status = odp_init_global(NULL, NULL);
>         CU_ASSERT(status == 0);
>  }
>
> --
> 1.9.1
>
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> http://lists.linaro.org/mailman/listinfo/lng-odp

_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to