forked from such-gitea/wownero
Merge pull request #9217
7807f56 unit_tests: fix strtoul unit test (jeffro256)
This commit is contained in:
@@ -1883,7 +1883,6 @@ TEST(parsing, strtoul)
|
||||
p = "q";
|
||||
endp = nullptr;
|
||||
ul = std::strtoul(p, const_cast<char**>(&endp), 10);
|
||||
EXPECT_EQ(0, errno);
|
||||
EXPECT_EQ(0, ul);
|
||||
EXPECT_EQ(p, endp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user