Revert "tests/amdgpu: Fix unused function warning (v2)"

This reverts commit 4ff499cd85.
main
Marek Olšák 2020-01-07 14:44:31 -05:00
parent b9600be207
commit 54b982dc6a
1 changed files with 2 additions and 0 deletions

View File

@ -881,7 +881,9 @@ 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,
};