Skip to content

Commit

Permalink
Remove redundant and nonportable test (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Sep 23, 2019
1 parent f299010 commit 20fdb88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/posix-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,6 @@ TEST(FileTest, Fdopen) {
EXPECT_EQ(read_fd, FMT_POSIX(fileno(read_end.fdopen("r").get())));
}

TEST(FileTest, FdopenError) {
file f;
EXPECT_SYSTEM_ERROR_NOASSERT(f.fdopen("r"), EBADF,
"cannot associate stream with file descriptor");
}

#ifdef FMT_LOCALE
TEST(LocaleTest, Strtod) {
fmt::Locale locale;
Expand Down

0 comments on commit 20fdb88

Please sign in to comment.