mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 13:38:04 +02:00
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>
This commit is contained in:
parent
47419a1497
commit
7f2993948c
1 changed files with 0 additions and 2 deletions
|
|
@ -1459,8 +1459,6 @@ static void amdgpu_sync_dependency_test(void)
|
|||
static uint32_t *ptr;
|
||||
uint64_t seq_no;
|
||||
|
||||
CU_ASSERT_EQUAL(r, 0);
|
||||
|
||||
r = amdgpu_cs_ctx_create(device_handle, &context_handle[0]);
|
||||
CU_ASSERT_EQUAL(r, 0);
|
||||
r = amdgpu_cs_ctx_create(device_handle, &context_handle[1]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue