Skip to content

Commit 459e83d

Browse files
committed
[ntuple] more testing for [U]Long64_t treatment
1 parent d4e54bd commit 459e83d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tree/ntuple/test/rfield_class.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ TEST(RNTuple, StreamerInfoRecords)
419419
{"std::map<int, CustomStruct>", {"CustomStruct"}, ""},
420420
{"DerivedA", {"DerivedA", "CustomStruct"}, ""},
421421
{"std::pair<CustomStruct, DerivedA>", {"DerivedA", "CustomStruct"}, ""},
422+
{"std::vector<EdmWrapper<long long>>", {"EdmWrapper<Long64_t>"}, "std::vector<EdmWrapper<Long64_t>>"},
423+
{"ROOT::RVec<EdmWrapper<long long>>", {"EdmWrapper<Long64_t>"}, "ROOT::VecOps::RVec<EdmWrapper<Long64_t>>"},
422424
{"EdmWrapper<long long>", {"EdmWrapper<Long64_t>"}, "EdmWrapper<Long64_t>"},
423425
{"EdmWrapper<map<int, EdmContent<float, Long64_t> > >",
424426
{"EdmWrapper<map<int,EdmContent<float,Long64_t> > >", "EdmContent<float,Long64_t>"},

0 commit comments

Comments
 (0)