"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "bda85449f48f2d80a494c8c07766b6aba3170f3b"
Commit 2e7c475e authored by zhanyong.wan's avatar zhanyong.wan
Browse files

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

parent 6c54a5e1
......@@ -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) {}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment