summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest.h
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/include/gtest/gtest.h
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/include/gtest/gtest.h')
-rw-r--r--googletest/include/gtest/gtest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index e5979a9..5076419 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -60,6 +60,7 @@
#include "gtest/internal/gtest-internal.h"
#include "gtest/internal/gtest-string.h"
#include "gtest/gtest-death-test.h"
+#include "gtest/gtest-matchers.h"
#include "gtest/gtest-message.h"
#include "gtest/gtest-param-test.h"
#include "gtest/gtest-printers.h"