summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-all.cc
diff options
context:
space:
mode:
authordurandal <durandal@google.com>2018-11-15 21:09:09 (GMT)
committerGennadiy Civil <misterg@google.com>2018-11-20 18:29:20 (GMT)
commit8e86f67261649621baf39e8c4368ae224c2193f6 (patch)
tree41afe840295ed259b9baceeee7742b7a4ced2a99 /googletest/src/gtest-all.cc
parentaac18185ebb4c88d6df5dd4a40d553abf6b9792d (diff)
downloadgoogletest-8e86f67261649621baf39e8c4368ae224c2193f6.zip
googletest-8e86f67261649621baf39e8c4368ae224c2193f6.tar.gz
googletest-8e86f67261649621baf39e8c4368ae224c2193f6.tar.bz2
Googletest export
Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910
Diffstat (limited to 'googletest/src/gtest-all.cc')
-rw-r--r--googletest/src/gtest-all.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/src/gtest-all.cc b/googletest/src/gtest-all.cc
index b217a18..ad29290 100644
--- a/googletest/src/gtest-all.cc
+++ b/googletest/src/gtest-all.cc
@@ -41,6 +41,7 @@
#include "src/gtest.cc"
#include "src/gtest-death-test.cc"
#include "src/gtest-filepath.cc"
+#include "src/gtest-matchers.cc"
#include "src/gtest-port.cc"
#include "src/gtest-printers.cc"
#include "src/gtest-test-part.cc"