mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 07:00:11 +01:00
tests/amdgpu: Fix unused function warning (v2)
This patch fixes: -Wunused-function v2: Always enable amdgpu_ras_test(). Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
This commit is contained in:
parent
cb3d067587
commit
29a5a85dae
1 changed files with 0 additions and 2 deletions
|
|
@ -881,9 +881,7 @@ CU_TestInfo ras_tests[] = {
|
|||
{ "ras query test", amdgpu_ras_query_test },
|
||||
{ "ras inject test", amdgpu_ras_inject_test },
|
||||
{ "ras disable test", amdgpu_ras_disable_test },
|
||||
#if 0
|
||||
{ "ras enable test", amdgpu_ras_enable_test },
|
||||
#endif
|
||||
CU_TEST_INFO_NULL,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue