We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7f69b commit 2fa098fCopy full SHA for 2fa098f
libc/test/src/__support/File/file_test.cpp
@@ -510,4 +510,5 @@ TEST(LlvmLibcFileTest, WriteSplit) {
510
static constexpr size_t WR_EXPECTED = AVAIL - (sizeof(data) - 1);
511
ASSERT_EQ(WR_EXPECTED, f->write(data2, sizeof(data2) - 1).value);
512
EXPECT_TRUE(f->error());
513
+ ASSERT_EQ(f->close(), 0);
514
}
0 commit comments