We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b3303 commit 79c9f94Copy full SHA for 79c9f94
2 files changed
roottest/root/tree/index/CMakeLists.txt
@@ -15,6 +15,10 @@ ROOTTEST_ADD_TEST(index64
15
MACRO runindex64.C
16
OUTREF index64.ref)
17
18
+ROOTTEST_ADD_TEST(indexl64
19
+ MACRO runindexl64.C
20
+ OUTREF indexl64.ref)
21
+
22
ROOTTEST_ADD_TEST(varsizearr
23
MACRO runvarsizearr.C
24
OUTREF varsizearr.ref)
roottest/root/tree/index/runindexl64.C
@@ -5,9 +5,8 @@
5
bool test(TTree *);
6
7
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
+// 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
11
12
int runindexl64()
13
{
0 commit comments