Skip to content

Commit 79c9f94

Browse files
committed
[test] fix l64 test was not running
1 parent c4b3303 commit 79c9f94

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

roottest/root/tree/index/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ ROOTTEST_ADD_TEST(index64
1515
MACRO runindex64.C
1616
OUTREF index64.ref)
1717

18+
ROOTTEST_ADD_TEST(indexl64
19+
MACRO runindexl64.C
20+
OUTREF indexl64.ref)
21+
1822
ROOTTEST_ADD_TEST(varsizearr
1923
MACRO runvarsizearr.C
2024
OUTREF varsizearr.ref)

roottest/root/tree/index/runindexl64.C

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
bool test(TTree *);
66

77
const char *fname = "indexl64.root";
8-
https : // github.com/root-project/root/pull/19561
9-
const Long64_t bigval =
10-
0x0FFFFFFFFFFFFFFF; // here we skip long double, so we can go higher than with runindex64.C
8+
// https://github.com/root-project/root/pull/19561
9+
const Long64_t bigval = 0x0FFFFFFFFFFFFFFF; // here we skip long double, so we can go higher than with runindex64.C
1110

1211
int runindexl64()
1312
{

0 commit comments

Comments
 (0)