Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions roottest/root/tree/index/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ ROOTTEST_ADD_TEST(index64
MACRO runindex64.C
OUTREF index64.ref)

ROOTTEST_ADD_TEST(indexl64
MACRO runindexl64.C
OUTREF indexl64.ref)
5 changes: 2 additions & 3 deletions roottest/root/tree/index/runindexl64.C
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
Loading