Skip to content

Commit

Permalink
Update unit_file_tests.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 4, 2019
1 parent 53b66e6 commit 443cbd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit_file_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class FileSystemTest : public ::iutest::Test

IUTEST_F(FileSystemTest, FileSize64bit)
{
IUTEST_SUCCEED() << ::std::filesystem::file_size(largefile);
IUTEST_ASSUME_EQ(0x100000000ull, ::std::filesystem::file_size(largefile));

::iutest::StdioFile file;
Expand Down

0 comments on commit 443cbd3

Please sign in to comment.