Skip to content

Commit

Permalink
FileDataIOTest: Fix make check
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Nov 22, 2021
1 parent becc196 commit 8fd8128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unittests/tests/FileDataIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ TEST(CFile, Constructor)
ASSERT_TRUE(file.fd() == CFile::fd_invalid);
ASSERT_RAISES(CRunTimeException, file.WriteUInt8(0));
ASSERT_RAISES(CRunTimeException, file.ReadUInt8());
ASSERT_RAISES(CRunTimeException, file.Seek(0, wxFromStart));
ASSERT_RAISES(CRunTimeException, file.GetLength());
ASSERT_RAISES(CRunTimeException, file.GetPosition());
ASSERT_RAISES(CRunTimeException, file.SetLength(13));
Expand Down

0 comments on commit 8fd8128

Please sign in to comment.