10000 Fix signed vs unsigned comparisons in string_util unit tests by Sigill · Pull Request #742 · google/benchmark · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix signed vs unsigned comparisons in string_util unit tests #742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2018

Conversation

Sigill
Copy link
Contributor
@Sigill Sigill commented Dec 8, 2018

Unit-tests fail to build due to the following errors:

/home/cfx/Dev/google-benchmark/benchmark.git/test/string_util_gtest.cc:12:5: required from here
/home/cfx/Applications/googletest-1.8.1/include/gtest/gtest.h:1444:11: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (lhs == rhs) {
~~~~^~~~~~

Fixes #741

Unit-tests fail to build due to the following errors:

/home/cfx/Dev/google-benchmark/benchmark.git/test/string_util_gtest.cc:12:5: required from here
/home/cfx/Applications/googletest-1.8.1/include/gtest/gtest.h:1444:11: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
   if (lhs == rhs) {
       ~~~~^~~~~~

Fixes google#741
@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.294% when pulling 58f4d53 on Sigill:expect_eq_ul into eee8b05 on google:master.

@AppVeyorBot
Copy link

Build benchmark 1597 completed (commit 8ca8b8e703 by @Sigill)

@dmah42 dmah42 merged commit 5cb8f8a into google:master Dec 10, 2018
@dmah42
Copy link
Member
dmah42 commented Dec 10, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0