Put ifdef guard after the includes.

Signed-off-by: Adrian Moran <amoran@ikerlan.es>
pull/1655/head
Adrian Moran 7 years ago
parent 0acdf79642
commit cbd07191f4
  1. 2
      googlemock/test/gmock_ex_test.cc

@ -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…
Cancel
Save