From c2e472e1316546a4676bb4045031ae3ac7dfd37f Mon Sep 17 00:00:00 2001 From: Shamser Ahmed Date: Wed, 11 Dec 2024 10:18:59 +0000 Subject: [PATCH] HPCC-32814 changes following review Signed-off-by: Shamser Ahmed --- testing/unittests/dalitests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/unittests/dalitests.cpp b/testing/unittests/dalitests.cpp index 895b4bd4231..65d76ea383e 100644 --- a/testing/unittests/dalitests.cpp +++ b/testing/unittests/dalitests.cpp @@ -3187,7 +3187,7 @@ class DaliSysInfoLoggerTester : public CppUnit::TestFixture { writtenMessages.clear(); unsigned testCaseIndex=0; - for (const auto testCase: testCases) + for (const auto & testCase: testCases) { try {