Skip to content
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

517 remove extraneous commas #518

Merged
merged 1 commit into from
Oct 28, 2019
Merged

517 remove extraneous commas #518

merged 1 commit into from
Oct 28, 2019

Conversation

nlslatt
Copy link
Collaborator

@nlslatt nlslatt commented Oct 25, 2019

Issue #517. Removed the trailing comma in the argument list for INSTANTIATE_TYPED_TEST_CASE_P, which only takes 3 arguments.

@PhilMiller
Copy link
Member

Jonathan just added those in #513

@nlslatt
Copy link
Collaborator Author

nlslatt commented Oct 25, 2019

Thanks, @pbmille. My search attempts missed that one.

@nlslatt
Copy link
Collaborator Author

nlslatt commented Oct 25, 2019

Actually, @pbmille, #513 is what caused my compile errors. The macro in question is defined as

# define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types)

in the versions of gtest used by EMPIRE and vt-auto-build.

@lifflander lifflander changed the title #517: remove extraneous commas 517: remove extraneous commas Oct 26, 2019
@lifflander
Copy link
Collaborator

@nlslatt I think we should merge this and start using the same version of gtest that EMPIRE uses for VT (if we care about the warnings). It's just a warning on VT's version of gtest, so I think we are fine. In the latest releases of gtest, this macro completely changes form (and has a updated name) so we eventually won't have this problem.

Copy link
Collaborator

@lifflander lifflander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me. We definitely want to support EMPIRE's gtest version.

@lifflander lifflander changed the title 517: remove extraneous commas 517 remove extraneous commas Oct 28, 2019
@lifflander lifflander force-pushed the 517-extraneous-commas branch from 052f6f9 to 4d64b95 Compare October 28, 2019 05:48
@lifflander lifflander merged commit 8dd61fe into develop Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants