Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 615 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 615 Bytes

googletest-patches

This repository contains patches for Google's unit test framework. For more information on Google Test unit test framework, see http://code.google.com/p/googletest/.

To use any of the patches, simply apply them on top of a plain Google Test installation with the UNIX 'patch' command.

gtest-1.6.0-virtual-method-crash-fix.diff

This patch fixes a crash in GoogleTest internal unit tests that occur due to a bug in code generation by the optimizing GCC compiler. Note: this patch is intended only for release 1.6.0 of GoogleTest.