Edited wiki page through web user interface.

This commit is contained in:
vladlosev 2008-08-04 16:52:39 +00:00
parent 1d2c205946
commit be7a6c6574

View file

@ -438,6 +438,8 @@ won't be properly initialized.
On Windows, `InitGoogleTest()` also works with wide strings, so it can be used
in programs compiled in `UNICODE` mode as well.
But maybe you think that writing all those main() functions is too much work? We agree with you completely and that's why Google Test provides a basic implementation of main(). If it fits your needs, then just link your test with gtest_main library and you are good to go.
== Where to Go from Here ==
Congratulations! You've learned the Google Test basics. You can start writing