Reverts llvm/llvm-project#143810 This PR breaks our buildbot: https://lab.llvm.org/buildbot/#/builders/10/builds/7159 revert to unblock downstream merge.
This commit is contained in:
@@ -33,7 +33,6 @@ public:
|
||||
// This is an error and not a real EOF.
|
||||
ASSERT_EQ(LIBC_NAMESPACE::feof(file), 0);
|
||||
ASSERT_NE(LIBC_NAMESPACE::ferror(file), 0);
|
||||
ASSERT_ERRNO_FAILURE();
|
||||
|
||||
ASSERT_EQ(0, LIBC_NAMESPACE::fclose(file));
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ public:
|
||||
// This is an error and not a real EOF.
|
||||
ASSERT_EQ(LIBC_NAMESPACE::feof(file), 0);
|
||||
ASSERT_NE(LIBC_NAMESPACE::ferror(file), 0);
|
||||
ASSERT_ERRNO_FAILURE();
|
||||
|
||||
ASSERT_EQ(0, LIBC_NAMESPACE::fclose(file));
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ TEST_F(LlvmLibcFgetsTest, WriteAndReadCharacters) {
|
||||
// This is an error and not a real EOF.
|
||||
ASSERT_EQ(LIBC_NAMESPACE::feof(file), 0);
|
||||
ASSERT_NE(LIBC_NAMESPACE::ferror(file), 0);
|
||||
ASSERT_ERRNO_FAILURE();
|
||||
|
||||
ASSERT_EQ(0, LIBC_NAMESPACE::fclose(file));
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "src/stdio/fread.h"
|
||||
#include "src/stdio/fwrite.h"
|
||||
#include "src/stdio/setvbuf.h"
|
||||
#include "test/UnitTest/ErrnoCheckingTest.h"
|
||||
#include "test/UnitTest/Test.h"
|
||||
|
||||
#include "hdr/stdio_macros.h"
|
||||
|
||||
Reference in New Issue
Block a user