Put ifdef guard after the includes.
Signed-off-by: Adrian Moran <amoran@ikerlan.es>
This commit is contained in:
parent
0acdf79642
commit
cbd07191f4
|
@ -31,10 +31,10 @@
|
|||
|
||||
// Tests Google Mock's functionality that depends on exceptions.
|
||||
|
||||
#if GTEST_HAS_EXCEPTIONS
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#if GTEST_HAS_EXCEPTIONS
|
||||
namespace {
|
||||
|
||||
using testing::HasSubstr;
|
||||
|
|
Loading…
Reference in New Issue
Block a user