From 4646e2e4f6fe3067740b9eb806679b7576231f10 Mon Sep 17 00:00:00 2001 From: flightlessmango Date: Fri, 1 Dec 2023 11:03:41 +0100 Subject: [PATCH] tests: fix missing variable for amdgpu --- tests/test_amdgpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_amdgpu.cpp b/tests/test_amdgpu.cpp index c774081f..308c20b9 100644 --- a/tests/test_amdgpu.cpp +++ b/tests/test_amdgpu.cpp @@ -85,7 +85,7 @@ static void test_amdgpu_get_samples_and_copy(void **state) { static void test_amdgpu_get_metrics(void **state) { UNUSED(state); - amdgpu_get_metrics(); + amdgpu_get_metrics(0x1435); } const struct CMUnitTest amdgpu_tests[] = {