Commit cbd07191 authored by Adrian Moran's avatar Adrian Moran
Browse files

Put ifdef guard after the includes.


Signed-off-by: default avatarAdrian Moran <amoran@ikerlan.es>
parent 0acdf796
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment