There were some copy paste errors as well as some oddities around how
windows handles the difference between long and long long types. This
change fixes those.
Details
Details
- Reviewers
sivachandra - Commits
- rG1d02a8bcd393: [libc] fix string conversion tests for windows
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/test/src/stdlib/strtol_test.cpp | ||
---|---|---|
31–32 | I think a more appropriate way to do these comparisons would be: EXPECT_EQ(str_end - ten, ptrdiff_t(2)); |
I think a more appropriate way to do these comparisons would be: