Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove the comment. Now we SetDirectory(&file) which resolves the issue.
  • Loading branch information
vgvassilev committed Oct 4, 2017
commit 9be0fd1267c833134e5204ace68e17db00525b5c
1 change: 0 additions & 1 deletion io/io/test/TFileMergerTests.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ TEST(TFileMerger, CreateWithTFilePointer)
TMemFile a("a.root", "RECREATE");
CreateATuple(a, "a_tree", 1.);

// FIXME: Calling this out of order causes two values to be written to the second file.
TMemFile b("b.root", "RECREATE");
CreateATuple(b, "b_tree", 2.);

Expand Down