aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_prod_test.cc
diff options
context:
space:
mode:
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 060abce1..dfb99986 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.