From 0b2ef9dec9d0d8ce16dd575cd4e8b01e3dd857e7 Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Mon, 18 Nov 2024 18:45:31 +0100 Subject: [PATCH] change mean value instead of tolerance as suggested by pcanal --- hist/hist/test/test_MapCppName.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hist/hist/test/test_MapCppName.cxx b/hist/hist/test/test_MapCppName.cxx index 2e1f15fd1956a..c99b450201376 100644 --- a/hist/hist/test/test_MapCppName.cxx +++ b/hist/hist/test/test_MapCppName.cxx @@ -45,7 +45,7 @@ TEST(TH1, MapCppNameTest) if (!gSystem->GetPathInfo(CFile.Data(), fs)) FileSize = (Int_t)fs.fSize; - EXPECT_NEAR(FileSize, 5950, 211); + EXPECT_NEAR(FileSize, 5965, 200); gSystem->Unlink(CFile.Data()); }