From 2a736c162f20a83e0990917e8e80980653adbe87 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 26 Aug 2019 13:52:43 -0400 Subject: Revert the #include path, not sure it is the best, but keep it the same. --- UnitTesting/GTMGoogleTestRunner.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTesting/GTMGoogleTestRunner.mm b/UnitTesting/GTMGoogleTestRunner.mm index f81436c..302bc28 100644 --- a/UnitTesting/GTMGoogleTestRunner.mm +++ b/UnitTesting/GTMGoogleTestRunner.mm @@ -58,7 +58,7 @@ #import #import -#include "testing/base/public/gunit.h" +#include "third_party/gtest/include/gtest/gtest.h" using ::testing::EmptyTestEventListener; using ::testing::TestCase; -- cgit v1.2.3