ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

GoogleTestPrimer doc error #297

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT NOTE: If you have a question or feature request, please send it
to
googletestframework@googlegroups.com instead (you need to first join the
group at
http://groups.google.com/group/googletestframework).  You'll get an answer
much faster that way.  This issue tracker is for BUG reports only.

If you think you have found a bug in Google Test, please first search the
issue tracker to see if it has been reported.  If this is a new bug, please
provide the
information asked for below.  The more detailed your answer, the more
likely the bug will be fixed.  Thanks.

What steps will reproduce the problem?
1. go to 
http://code.google.com/p/googletest/wiki/GoogleTestPrimer#Important_note_for_Vis
ual_C++_users
2. read "__declspec(dllimport) int PullInMyLibrary() { return 0; }"
3. ????

What is the expected output? What do you see instead?
4. notice that it should say dllexport instead.

What version of Google Test are you using? On what operating system?

Please provide any additional information below, such as a code snippet.

Original issue reported on code.google.com by eliasmac...@yahoo.com on 28 Jun 2010 at 5:20

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. It's fixed now 
(http://code.google.com/p/googletest/source/detail?r=442).

Original comment by vladlosev on 28 Jun 2010 at 5:40