[libc] Fix missing close at the end of file test (#154392)
The test added by #150802 was missing a close at the end.
This commit is contained in:
parent
3f3bc4853e
commit
d2b2d6ff10
@ -510,4 +510,5 @@ TEST(LlvmLibcFileTest, WriteSplit) {
|
||||
static constexpr size_t WR_EXPECTED = AVAIL - (sizeof(data) - 1);
|
||||
ASSERT_EQ(WR_EXPECTED, f->write(data2, sizeof(data2) - 1).value);
|
||||
EXPECT_TRUE(f->error());
|
||||
ASSERT_EQ(f->close(), 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user