summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-12-19 15:55:49 (GMT)
committerGitHub <noreply@github.com>2017-12-19 15:55:49 (GMT)
commit8a48f0ed4e0f275773b445e35ad8eb6f5f5d2d32 (patch)
treef9acc9f7fbfa442508c62cb6f28c1348b4ad3dea /googletest
parent058b318bc70356866def1e8b975188beb1a2d411 (diff)
downloadgoogletest-8a48f0ed4e0f275773b445e35ad8eb6f5f5d2d32.zip
googletest-8a48f0ed4e0f275773b445e35ad8eb6f5f5d2d32.tar.gz
googletest-8a48f0ed4e0f275773b445e35ad8eb6f5f5d2d32.tar.bz2
Update gtest-param-test.h.pump
Diffstat (limited to 'googletest')
-rw-r--r--googletest/include/gtest/gtest-param-test.h.pump3
1 files changed, 3 insertions, 0 deletions
diff --git a/googletest/include/gtest/gtest-param-test.h.pump b/googletest/include/gtest/gtest-param-test.h.pump
index 3377543..12654a4 100644
--- a/googletest/include/gtest/gtest-param-test.h.pump
+++ b/googletest/include/gtest/gtest-param-test.h.pump
@@ -184,6 +184,9 @@ TEST_P(DerivedTest, DoesBlah) {
# include <utility>
#endif
+// scripts/fuse_gtest.py depends on gtest's own header being #included
+// *unconditionally*.
+
#include "gtest/internal/gtest-internal.h"
#include "gtest/internal/gtest-param-util.h"
#include "gtest/internal/gtest-param-util-generated.h"