summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-all.cc
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2018-08-27 21:40:13 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-28 20:53:38 (GMT)
commit52f8183e7f3620cf03f321a2624eb0d4f7649f4c (patch)
tree831bb5f2bc560dc6d4bb0e6462544c34a74acf42 /googletest/src/gtest-all.cc
parent167c5e8188beb5dae002ac7571457e3c26eb6a3f (diff)
downloadgoogletest-52f8183e7f3620cf03f321a2624eb0d4f7649f4c.zip
googletest-52f8183e7f3620cf03f321a2624eb0d4f7649f4c.tar.gz
googletest-52f8183e7f3620cf03f321a2624eb0d4f7649f4c.tar.bz2
Googletest export
Breaks Windows builds PiperOrigin-RevId: 210434120
Diffstat (limited to 'googletest/src/gtest-all.cc')
-rw-r--r--googletest/src/gtest-all.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/googletest/src/gtest-all.cc b/googletest/src/gtest-all.cc
index 3363d39..b217a18 100644
--- a/googletest/src/gtest-all.cc
+++ b/googletest/src/gtest-all.cc
@@ -38,11 +38,10 @@
#include "gtest/gtest.h"
// The following lines pull in the real gtest *.cc files.
+#include "src/gtest.cc"
#include "src/gtest-death-test.cc"
-#include "src/gtest-edit-distance.cc"
#include "src/gtest-filepath.cc"
#include "src/gtest-port.cc"
#include "src/gtest-printers.cc"
#include "src/gtest-test-part.cc"
#include "src/gtest-typed-test.cc"
-#include "src/gtest.cc"