aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2019-08-26 13:52:43 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2019-08-26 13:53:18 -0400
commit2a736c162f20a83e0990917e8e80980653adbe87 (patch)
tree08da54c5d2c9fdd9642feb0cea15c11b52f11b69 /UnitTesting
parentb384cc115f564a8d8e6547107ae1a7f31b461777 (diff)
Revert the #include path, not sure it is the best, but keep it the same.
Diffstat (limited to 'UnitTesting')
-rw-r--r--UnitTesting/GTMGoogleTestRunner.mm2
1 files changed, 1 insertions, 1 deletions
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 <XCTest/XCTest.h>
#import <objc/runtime.h>
-#include "testing/base/public/gunit.h"
+#include "third_party/gtest/include/gtest/gtest.h"
using ::testing::EmptyTestEventListener;
using ::testing::TestCase;