Merge pull request #2448 from kuzkry:bad-googletest-export

PiperOrigin-RevId: 273585026
This commit is contained in:
Gennadiy Civil
2019-10-10 09:21:38 -04:00
5 changed files with 4 additions and 8 deletions

View File

@@ -465,7 +465,7 @@ You can call the function
to assert that types `T1` and `T2` are the same. The function does nothing if
the assertion is satisfied. If the types are different, the function call will
fail to compile, the compiler error message will say that
`type1 and type2 are not the same type` and most likely (depending on the compiler)
`T1 and T2 are not the same type` and most likely (depending on the compiler)
show you the actual values of `T1` and `T2`. This is mainly useful inside
template code.