Skip to content

Commit ba3394b

Browse files
authored
[test] fix compile error missing variable
1 parent 5421a21 commit ba3394b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tree/tree/test/TChainRegressions.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class TTreeCache;
1313
TEST(TChain, WrongCacheReadTwoTrees)
1414
{
1515
const auto treename1 = "tree1";
16+
const auto treename2 = "tree2";
1617
const auto filename1 = "tchain7973_file1.root";
1718
const auto filename2 = "tchain7973_file2.root";
1819
{

0 commit comments

Comments
 (0)