Skip to content

Commit 0e662b2

Browse files
authored
[test] fix missing comment
1 parent b89a6dc commit 0e662b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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)