summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llmessage/tests/llmockhttpclient.h2
-rw-r--r--indra/test/test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/tests/llmockhttpclient.h b/indra/llmessage/tests/llmockhttpclient.h
index af26bf8803..0afe2d386a 100644
--- a/indra/llmessage/tests/llmockhttpclient.h
+++ b/indra/llmessage/tests/llmockhttpclient.h
@@ -31,7 +31,7 @@
#include "linden_common.h"
#include "llhttpclientinterface.h"
-#include <gmock/gmock.h>
+//#include <gmock/gmock.h>
class LLMockHTTPClient : public LLHTTPClientInterface
{
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index f1c5991330..88d75989e5 100644
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -60,7 +60,7 @@ typedef struct {
size_t re_nsub;
size_t re_erroffset;
} regex_t;
-#include <gmock/gmock.h>
+//#include <gmock/gmock.h>
#include <gtest/gtest.h>
#endif