HomeFreeBSD

Rework r345423

Description

Rework r345423

r345423 didn't work because some of the calls used the << operator to
redirect input to the GTEST_* macros.

Wrap the conditionals in {} so the blocks of code are clear to the compiler,
and to actually fix the -Wdangling-else issues.

Details

Provenance
ngieAuthored on
Parents
rS345423: Fix a -Wdangling-else issue with g++
Branches
Unknown
Tags
Unknown