mirror of
https://github.com/google/googletest.git
synced 2025-01-14 08:27:56 +08:00
Adds a dummy test to gmock-port.test.cc.
This commit is contained in:
parent
6c54a5e1f9
commit
2e7c475e16
@ -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) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user