aboutsummaryrefslogtreecommitdiff
path: root/tests/gtest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtest')
-rw-r--r--tests/gtest/include/gtest/internal/gtest-port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gtest/include/gtest/internal/gtest-port.h b/tests/gtest/include/gtest/internal/gtest-port.h
index 157b47f86..fbf28cd4e 100644
--- a/tests/gtest/include/gtest/internal/gtest-port.h
+++ b/tests/gtest/include/gtest/internal/gtest-port.h
@@ -204,6 +204,8 @@
#define GTEST_NAME_ "Google Test"
#define GTEST_PROJECT_URL_ "http://code.google.com/p/googletest/"
+#define GTEST_HAS_TR1_TUPLE 0
+
// Determines the version of gcc that is used to compile this.
#ifdef __GNUC__
// 40302 means version 4.3.2.