Open GoogleCodeExporter opened 9 years ago
When gtest-spi.h was created, the idea was that it's not meant for "ordinary"
users -- instead, it's for people who write testing frameworks/utilities on top
of gtest. Therefore, it's not #included by gtest.h.
It might make sense to make gtest.h include gtest-spi.h (and eliminate the
distinction of the two kinds of users), which will fix this problem.
Original comment by w...@google.com
on 28 Feb 2011 at 5:56
Original issue reported on code.google.com by
vasily.v...@gmail.com
on 28 Feb 2011 at 4:39