Skip to content

Commit ed9460a

Browse files
committed
[ntuple] Use RECREATE instead of UPDATE in RNTupleEvolution.Collections
1 parent e8df1eb commit ed9460a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tree/ntuple/test/ntuple_evolution_type.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ struct IsCollectionProxy<CollectionProxy<std::pair<short int, short int>>> : std
471471
TEST(RNTupleEvolution, Collections)
472472
{
473473
FileRaii fileGuard("test_ntuple_evolution_collections.root");
474-
auto f = std::unique_ptr<TFile>(TFile::Open(fileGuard.GetPath().c_str(), "UPDATE"));
474+
auto f = std::unique_ptr<TFile>(TFile::Open(fileGuard.GetPath().c_str(), "RECREATE"));
475475

476476
TClass::GetClass("CollectionProxy<int>")->CopyCollectionProxy(SimpleCollectionProxy<CollectionProxy<int>>());
477477
TClass::GetClass("CollectionProxy<short int>")

0 commit comments

Comments
 (0)