diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-12-19 10:55:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-19 10:55:49 -0500 |
commit | 8a48f0ed4e0f275773b445e35ad8eb6f5f5d2d32 (patch) | |
tree | f9acc9f7fbfa442508c62cb6f28c1348b4ad3dea | |
parent | 058b318bc70356866def1e8b975188beb1a2d411 (diff) | |
download | googletest-8a48f0ed4e0f275773b445e35ad8eb6f5f5d2d32.tar.gz googletest-8a48f0ed4e0f275773b445e35ad8eb6f5f5d2d32.tar.bz2 googletest-8a48f0ed4e0f275773b445e35ad8eb6f5f5d2d32.zip |
Update gtest-param-test.h.pump
-rw-r--r-- | googletest/include/gtest/gtest-param-test.h.pump | 3 |
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 3377543b..12654a44 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" |