mirror of
https://github.com/google/googletest.git
synced 2025-12-01 00:27:46 -05:00
Include gtest headers as user headers instead of system headers.
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <gtest/internal/gtest-port.h>
|
||||
#include "gtest/internal/gtest-port.h"
|
||||
|
||||
namespace testing {
|
||||
namespace internal {
|
||||
|
||||
Reference in New Issue
Block a user