From 11d48f9502cf4f4e86570165b35bfb33b645db12 Mon Sep 17 00:00:00 2001
From: Georges Da Costa <dacosta@irit.fr>
Date: Fri, 13 Jun 2025 23:37:10 +0200
Subject: [PATCH] Corrects some const labels

---
 tests/amd_rapl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/amd_rapl.c b/tests/amd_rapl.c
index 7c05ab5..ac7cda9 100644
--- a/tests/amd_rapl.c
+++ b/tests/amd_rapl.c
@@ -129,7 +129,7 @@ do {                                                   \
 TFUNCTION(test_label_amd_rapl, {
     CpuSensor sensors[100];
     AmdRapl rapl;
-    char *results[100];
+    const char *results[100];
     char expecteds[10][100];
     uint64_t nb = 0;
 
-- 
GitLab