From 0a49874288f92c120d7e165550eb6dbbe1ef7307 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 21 Aug 2017 20:31:51 +0100 Subject: Adding original google test --- .gitmodules | 2 +- googletest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index a0789020..e07c3b23 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "googletest"] path = googletest - url = git@github.com:ymherklotz/googletest.git + url = https://github.com/google/googletest.git branch = master diff --git a/googletest b/googletest index b2063392..675686a1 160000 --- a/googletest +++ b/googletest @@ -1 +1 @@ -Subproject commit b2063392a50e4da16e7f84fa34a31e2666870779 +Subproject commit 675686a139a731a2c796633e67e9421792363709 -- cgit