From cba0d3d24e73200d3cc961b89a3a344f8ab0dfbc Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Wed, 13 Aug 2025 10:57:31 +0200 Subject: [PATCH] [test] fix l64 test was not running --- roottest/root/tree/index/CMakeLists.txt | 3 +++ roottest/root/tree/index/runindexl64.C | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/roottest/root/tree/index/CMakeLists.txt b/roottest/root/tree/index/CMakeLists.txt index 6cb71de9fa99f..ffc925cd874df 100644 --- a/roottest/root/tree/index/CMakeLists.txt +++ b/roottest/root/tree/index/CMakeLists.txt @@ -15,3 +15,6 @@ ROOTTEST_ADD_TEST(index64 MACRO runindex64.C OUTREF index64.ref) +ROOTTEST_ADD_TEST(indexl64 + MACRO runindexl64.C + OUTREF indexl64.ref) diff --git a/roottest/root/tree/index/runindexl64.C b/roottest/root/tree/index/runindexl64.C index 9617fde08fbce..b859e3cf1892c 100644 --- a/roottest/root/tree/index/runindexl64.C +++ b/roottest/root/tree/index/runindexl64.C @@ -5,9 +5,8 @@ bool test(TTree *); const char *fname = "indexl64.root"; -https : // github.com/root-project/root/pull/19561 - const Long64_t bigval = - 0x0FFFFFFFFFFFFFFF; // here we skip long double, so we can go higher than with runindex64.C +// https://github.com/root-project/root/pull/19561 +const Long64_t bigval = 0x0FFFFFFFFFFFFFFF; // here we skip long double, so we can go higher than with runindex64.C int runindexl64() {