X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=googletest%2Ftest%2Fgtest_prod_test.cc;fp=test%2Fgtest_prod_test.cc;h=ede81a0d17a02c853ed2234ec88fe8277180a37e;hb=e7b4c00007893a03bd18ec50f004b1031e3d635b;hp=060abce187244cfc48b3cd5a6cb81b3f9eb9ad85;hpb=13373a8d7eeda1773ad1a2a28daf0a608b3830cf;p=platform%2Fupstream%2Fgtest.git diff --git a/test/gtest_prod_test.cc b/googletest/test/gtest_prod_test.cc old mode 100755 new mode 100644 similarity index 94% rename from test/gtest_prod_test.cc rename to googletest/test/gtest_prod_test.cc index 060abce..ede81a0 --- a/test/gtest_prod_test.cc +++ b/googletest/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.