Bump to gtest 1.10.0
[platform/upstream/gtest.git] / googletest / test / gtest_prod_test.cc
old mode 100755 (executable)
new mode 100644 (file)
similarity index 94%
rename from test/gtest_prod_test.cc
rename to googletest/test/gtest_prod_test.cc
index 060abce..ede81a0
 // 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.