summaryrefslogtreecommitdiff
path: root/test/gtest_prod_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_prod_test.cc')
-rw-r--r--test/gtest_prod_test.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/gtest_prod_test.cc b/test/gtest_prod_test.cc
index 060abce..ede81a0 100644
--- a/test/gtest_prod_test.cc
+++ b/test/gtest_prod_test.cc
@@ -26,13 +26,12 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
//
-// Author: wan@google.com (Zhanyong Wan)
-//
-// Unit test for include/gtest/gtest_prod.h.
+// Unit test for 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.