From 39976a4857077793a1810d5e40d21f90e19b2af9 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Wed, 21 Mar 2018 17:55:26 +0900 Subject: [PATCH] utest: change the size check Change-Id: If934d1c9476941c04c410536e2370568737e2463 --- utests/ut_tbm_bo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utests/ut_tbm_bo.cpp b/utests/ut_tbm_bo.cpp index 889e6ef..ccc0f8c 100644 --- a/utests/ut_tbm_bo.cpp +++ b/utests/ut_tbm_bo.cpp @@ -577,7 +577,7 @@ TEST_P(TBMBo, BoSize) ASSERT_TRUE(bo != NULL); size = tbm_bo_size(bo); - ASSERT_TRUE(size == UT_TBM_BO_SIZE); + ASSERT_TRUE(size == 0); tbm_bo_unref(bo); } -- 2.7.4