Samples changes upstreaming

pull/1190/head
misterg 8 years ago
parent 52a9c14c48
commit aecea3842c
  1. 2
      googletest/samples/sample10_unittest.cc
  2. 2
      googletest/samples/sample9_unittest.cc

@ -34,7 +34,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "third_party/gtest/include/gtest/gtest.h" #include "gtest/gtest.h"
using ::testing::EmptyTestEventListener; using ::testing::EmptyTestEventListener;
using ::testing::InitGoogleTest; using ::testing::InitGoogleTest;
using ::testing::Test; using ::testing::Test;

@ -34,7 +34,7 @@
#include <stdio.h> #include <stdio.h>
#include "third_party/gtest/include/gtest/gtest.h" #include "gtest/gtest.h"
using ::testing::EmptyTestEventListener; using ::testing::EmptyTestEventListener;
using ::testing::InitGoogleTest; using ::testing::InitGoogleTest;

Loading…
Cancel
Save