mirror of
https://github.com/monero-project/monero.git
synced 2025-01-26 11:35:57 -05:00
Merge pull request #9214
399b884 unit_tests: fix strtoul unit test (jeffro256)
This commit is contained in:
commit
4b255808d0
@ -1899,7 +1899,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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user