Skip to content

Commit fd42da9

Browse files
ferdymercurypcanal
authored andcommitted
clangf
1 parent 3796c1f commit fd42da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/io/test/TFileTests.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@ TEST(TFile, PersistTObjectStdArray)
293293
EXPECT_EQ((*arr2)[0]->GetUniqueID(), 123);
294294
EXPECT_EQ((*arr2)[1]->GetUniqueID(), 456);
295295
}
296-
gSystem->Unlink(filename);
296+
gSystem->Unlink(filename);
297297
}

0 commit comments

Comments
 (0)