| Index: source/libvpx/third_party/googletest/src/src/gtest-all.cc
|
| ===================================================================
|
| --- source/libvpx/third_party/googletest/src/src/gtest-all.cc (revision 278778)
|
| +++ source/libvpx/third_party/googletest/src/src/gtest-all.cc (working copy)
|
| @@ -7904,7 +7904,6 @@
|
| // of them.
|
| const char kPathSeparator = '\\';
|
| const char kAlternatePathSeparator = '/';
|
| -const char kPathSeparatorString[] = "\\";
|
| const char kAlternatePathSeparatorString[] = "/";
|
| # if GTEST_OS_WINDOWS_MOBILE
|
| // Windows CE doesn't have a current directory. You should not use
|
| @@ -7918,7 +7917,6 @@
|
| # endif // GTEST_OS_WINDOWS_MOBILE
|
| #else
|
| const char kPathSeparator = '/';
|
| -const char kPathSeparatorString[] = "/";
|
| const char kCurrentDirectoryString[] = "./";
|
| #endif // GTEST_OS_WINDOWS
|
|
|
|
|