diff options
author | Andrey Grodzovsky | 2017-12-12 07:33:09 -0600 |
---|---|---|
committer | Andrey Grodzovsky | 2017-12-12 08:25:50 -0600 |
commit | 7f2993948cc13b4f526cfe6b7fe272581a633928 (patch) | |
tree | a7ad4d8ae8c9cc8887ad23c08fdf4a02b9683b6a /tests | |
parent | 47419a1497fa585ff74b41732b267356b9d5b949 (diff) | |
download | external-libgbm-7f2993948cc13b4f526cfe6b7fe272581a633928.tar.gz external-libgbm-7f2993948cc13b4f526cfe6b7fe272581a633928.tar.xz external-libgbm-7f2993948cc13b4f526cfe6b7fe272581a633928.zip |
amdgpu: Remove dummy CU_ASSERT_EQUAL.
Fixes test failure on rhel.
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Qiang Yu <Qiang.Yu@amd.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/amdgpu/basic_tests.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/amdgpu/basic_tests.c b/tests/amdgpu/basic_tests.c index a78cf521..474a679c 100644 --- a/tests/amdgpu/basic_tests.c +++ b/tests/amdgpu/basic_tests.c | |||
@@ -1459,8 +1459,6 @@ static void amdgpu_sync_dependency_test(void) | |||
1459 | static uint32_t *ptr; | 1459 | static uint32_t *ptr; |
1460 | uint64_t seq_no; | 1460 | uint64_t seq_no; |
1461 | 1461 | ||
1462 | CU_ASSERT_EQUAL(r, 0); | ||
1463 | |||
1464 | r = amdgpu_cs_ctx_create(device_handle, &context_handle[0]); | 1462 | r = amdgpu_cs_ctx_create(device_handle, &context_handle[0]); |
1465 | CU_ASSERT_EQUAL(r, 0); | 1463 | CU_ASSERT_EQUAL(r, 0); |
1466 | r = amdgpu_cs_ctx_create(device_handle, &context_handle[1]); | 1464 | r = amdgpu_cs_ctx_create(device_handle, &context_handle[1]); |