Skip to content

Commit 3132def

Browse files
ferdymercurydpiparo
authored andcommitted
adjust test output
1 parent 128dcfb commit 3132def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree/tree/test/TTreeRegressions.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ TEST(TTreeRegressions, PrintClustersRounding)
154154
t.SetAutoFlush(5966);
155155
int x = 0;
156156
t.Branch("x", &x);
157-
for (auto i = 0; i<10000; ++i) {
157+
for (auto i = 0; i < 10000; ++i) {
158158
t.Fill();
159159
}
160160

@@ -170,7 +170,7 @@ TEST(TTreeRegressions, PrintClustersRounding)
170170
"******************************************************************************\n"
171171
"Cluster Range # Entry Start Last Entry Size Number of clusters\n"
172172
"0 0 9999 5966 2\n"
173-
"Total number of clusters: 2"; // This was 1 before the fix
173+
"Total number of clusters: 2 \n"; // This was 1 before the fix
174174
EXPECT_EQ(output, ref);
175175
}
176176

0 commit comments

Comments
 (0)