Use EXPECT_TRUE and EXPECT_FALSE in new SIMD tests
commit4b5ebece4e3337c0e3ebea65ac750e74f9f3f5ff
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 3 Jan 2016 17:20:54 +0000 (3 18:20 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 5 Jan 2016 15:01:02 +0000 (5 16:01 +0100)
treef62a96e9fcf69acfc9fd86b3e9970cc0bb755f4e
parentcffe267729adcd8c53912ed9d3605c88961a9e7d
Use EXPECT_TRUE and EXPECT_FALSE in new SIMD tests

gcc 4.7.3 has a bug that means it warns about converting false to a
pointer type (see https://github.com/google/googletest/issues/322), so
we should just use the normal approach in GoogleTest and avoid
problems.

Change-Id: Ic700ded4a645af1e45fc66fde8fffae692ce33ec
src/gromacs/simd/tests/simd4_floatingpoint.cpp
src/gromacs/simd/tests/simd_floatingpoint.cpp
src/gromacs/simd/tests/simd_integer.cpp