Skip to content

Commit 8cd4fa1

Browse files
committed
[ntuple] more testing for [U]Long64_t treatment
1 parent ad22457 commit 8cd4fa1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)