From 1d4c0ffc980e5e01f8e9e165d7593fbd253382cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20G=C3=A4hwiler?= Date: Fri, 1 Feb 2019 09:29:06 +0200 Subject: [PATCH] fix test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5960b89..6cae73a 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ fmt: clang-format -i tests/*.cpp -style="{BasedOnStyle: Google, ColumnLimit: 120}" gtest: - git clone --depth 1 https://github.com/google/googletest.git gtest + git clone --branc v1.8.1 --depth 1 https://github.com/google/googletest.git gtest