summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_prod_test.cc
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-01-23 17:33:54 (GMT)
committerGennadiy Civil <misterg@google.com>2018-01-23 17:33:54 (GMT)
commit80defcec57cecc637e9fdfe0160e122f890eed54 (patch)
tree831c59280c0bcfa28afdf57fab14396e30cf8018 /googletest/test/gtest_prod_test.cc
parent58df5760569ffe17bcc492465f8cd57008840039 (diff)
downloadgoogletest-80defcec57cecc637e9fdfe0160e122f890eed54.zip
googletest-80defcec57cecc637e9fdfe0160e122f890eed54.tar.gz
googletest-80defcec57cecc637e9fdfe0160e122f890eed54.tar.bz2
Many code merge/upstream changes
Diffstat (limited to 'googletest/test/gtest_prod_test.cc')
-rw-r--r--googletest/test/gtest_prod_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/test/gtest_prod_test.cc b/googletest/test/gtest_prod_test.cc
index 060abce..dfb9998 100644
--- a/googletest/test/gtest_prod_test.cc
+++ b/googletest/test/gtest_prod_test.cc
@@ -29,10 +29,10 @@
//
// Author: wan@google.com (Zhanyong Wan)
//
-// Unit test for include/gtest/gtest_prod.h.
+// Unit test for gtest/gtest_prod.h.
+#include "production.h"
#include "gtest/gtest.h"
-#include "test/production.h"
// Tests that private members can be accessed from a TEST declared as
// a friend of the class.