From 311849cd952b127d88c53207dfb16a610a9e7c5c Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 11 Nov 2010 00:01:21 +0000
Subject: [PATCH] fixed for new code

---
 testsuite/expect/test24.1.prog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/expect/test24.1.prog.c b/testsuite/expect/test24.1.prog.c
index e77ea9f02c8..351a4d19ca2 100644
--- a/testsuite/expect/test24.1.prog.c
+++ b/testsuite/expect/test24.1.prog.c
@@ -50,7 +50,7 @@
 #include "src/sshare/sshare.h"
 
 /* set up some fake system */
-int cluster_cpus = 50;
+uint32_t cluster_cpus = 50;
 int long_flag = 1;
 int exit_code = 0;
 sshare_time_format_t time_format = SSHARE_TIME_MINS;
-- 
GitLab