This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Add trailing comma on TYPED_TEST_SUITE
ClosedPublic

Authored by lbenes on Sep 22 2021, 12:52 PM.

Details

Summary

This avoids a -pedantic warning:
warning: ISO C++11 requires at least one argument for the "..." in a variadic macro

See also https://github.com/google/googletest/issues/2271

Diff Detail

Event Timeline

lbenes requested review of this revision.Sep 22 2021, 12:52 PM
lbenes created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2021, 12:52 PM
lbenes edited the summary of this revision. (Show Details)Sep 22 2021, 5:01 PM
arames accepted this revision.Sep 22 2021, 5:10 PM
This revision is now accepted and ready to land.Sep 22 2021, 5:10 PM
bkramer accepted this revision.Sep 23 2021, 2:11 AM
This revision was landed with ongoing or failed builds.Sep 25 2021, 6:04 PM
This revision was automatically updated to reflect the committed changes.