gmock-port_test.cc (googletest-release-1.11.0) | : | gmock-port_test.cc (googletest-release-1.12.0) | ||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
// Google Mock - a framework for writing C++ mock classes. | // Google Mock - a framework for writing C++ mock classes. | |||
// | // | |||
// This file tests the internal cross-platform support utilities. | // This file tests the internal cross-platform support utilities. | |||
#include "gmock/internal/gmock-port.h" | #include "gmock/internal/gmock-port.h" | |||
#include "gtest/gtest.h" | #include "gtest/gtest.h" | |||
// NOTE: if this file is left without tests for some reason, put a dummy | // NOTE: if this file is left without tests for some reason, put a dummy | |||
// test here to make references to symbols in the gtest library and avoid | // test here to make references to symbols in the gtest library and avoid | |||
// 'undefined symbol' linker errors in gmock_main: | // 'undefined symbol' linker errors in gmock_main: | |||
TEST(DummyTest, Dummy) {} | TEST(DummyTest, Dummy) {} | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |