Update gtest-param-test.h.pump

This commit is contained in:
Gennadiy Civil 2017-12-19 10:55:49 -05:00 committed by GitHub
parent 058b318bc7
commit 8a48f0ed4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"