mirror of
https://github.com/google/googletest.git
synced 2025-12-01 00:27:46 -05:00
Include gtest and gmock headers as user headers instead of system headers.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
// This program is for verifying that a leaked mock object can be
|
||||
// caught by Google Mock's leak detector.
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user