diff options
Diffstat (limited to 'testing/gtest/src/gtest-test-part.cc')
-rw-r--r-- | testing/gtest/src/gtest-test-part.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gtest/src/gtest-test-part.cc b/testing/gtest/src/gtest-test-part.cc index 5d183a4..5ddc67c 100644 --- a/testing/gtest/src/gtest-test-part.cc +++ b/testing/gtest/src/gtest-test-part.cc @@ -31,7 +31,7 @@ // // The Google C++ Testing Framework (Google Test) -#include <gtest/gtest-test-part.h> +#include "gtest/gtest-test-part.h" // Indicates that this translation unit is part of Google Test's // implementation. It must come before gtest-internal-inl.h is |