aboutsummaryrefslogtreecommitdiff
path: root/google3/gtest/gtest.h
blob: 94e22ab919c23fc71af21e35a148696b060491d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2012 Google Inc. All Rights Reserved.
// Author: sameeragarwal@google.com (Sameer Agarwal)
//
// Shim file to translate the paths from the OSS version to the
// google3 version of gunit.

#ifndef GTEST_GTEST_H_
#define GTEST_GTEST_H_

#include "testing/base/public/gunit.h"

#endif  // GTEST_GTEST_H_