Closed GoogleCodeExporter closed 9 years ago
Issue 238 has been merged into this issue.
Original comment by w...@google.com
on 22 Dec 2009 at 5:36
There might be a problem with test/gtest-port_test.cc: if GTEST_USES_POSIX_RE
is set
and GTEST_HAS_TYPED_TEST unset, no regex tests are compiled:
#if GTEST_USES_POSIX_RE && (GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P)
...not compiled, because GTEST_HAS_TYPED_TEST is unset
#elif GTEST_USES_SIMPLE_RE
...not compiled, because GTEST_USES_SIMPLE_RE is unset
#endif // GTEST_USES_POSIX_RE
Original comment by maciej.b...@gmail.com
on 22 Dec 2009 at 7:20
Original comment by vladlosev
on 26 Feb 2010 at 10:27
Original issue reported on code.google.com by
vladlosev
on 3 Nov 2009 at 6:22