Adds a dummy test to gmock-port.test.cc.

This commit is contained in:
zhanyong.wan 2009-11-06 23:43:30 +00:00
parent 6c54a5e1f9
commit 2e7c475e16

View File

@ -36,4 +36,8 @@
#include <gmock/internal/gmock-port.h>
#include <gtest/gtest.h>
// This file intentionally contains no test at this moment.
// This file intentionally contains no tests at this moment.
// Putting a dummy test here makes references to symbols in the gtest
// library and avoids 'undefined symbol' linker errors in gmock_main.
TEST(DummyTest, Dummy) {}