diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-14 19:55:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 19:55:13 (GMT) |
commit | e26771776b26b690c98edd99a949ae6c8638e03b (patch) | |
tree | c98bf51459b6be1fa3513880f7735ace626ee1c0 /googletest/test/gtest_premature_exit_test.cc | |
parent | 9ca399ae053d0a2a4d206fffe9ab76f577dbe22e (diff) | |
parent | 3306848f697568aacf4bcca330f6bdd5ce671899 (diff) | |
download | googletest-e26771776b26b690c98edd99a949ae6c8638e03b.zip googletest-e26771776b26b690c98edd99a949ae6c8638e03b.tar.gz googletest-e26771776b26b690c98edd99a949ae6c8638e03b.tar.bz2 |
Merge branch 'master' into cmake-binary-dir-fix
Diffstat (limited to 'googletest/test/gtest_premature_exit_test.cc')
-rw-r--r-- | googletest/test/gtest_premature_exit_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/googletest/test/gtest_premature_exit_test.cc b/googletest/test/gtest_premature_exit_test.cc index 3b4dc7d..c1e9305 100644 --- a/googletest/test/gtest_premature_exit_test.cc +++ b/googletest/test/gtest_premature_exit_test.cc @@ -26,8 +26,7 @@ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) + // // Tests that Google Test manipulates the premature-exit-detection // file correctly. |