K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-03-22T19:43:50.917726Z K 7 svn:log V 256 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. END