summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Games Team <pkg-games-devel@lists.alioth.debian.org>2018-10-04 21:49:21 +0100
committerJames Cowgill <jcowgill@debian.org>2018-10-04 21:49:21 +0100
commit18fa8097c17150780bd98a252e6638a7d9a0f04d (patch)
tree1551b509bf6d962b3730b9bfaa1a5ac02329fcbc
parentac1dfd3bae9f58cd412c861a38cfb60914e2beb5 (diff)
UnitTests/VertexLoaderTest: Fix compilation on newer GTest versionsarchive/debian/5.0+dfsg-4
Origin: backport, https://github.com/dolphin-emu/dolphin/commit/ccf9ecbb03edbdd728738499dc5fae4d0631882a Bug-Debian: https://bugs.debian.org/910268 Gbp-Pq: Name 04_gtest-1.8.1.patch
-rw-r--r--Source/UnitTests/VideoCommon/VertexLoaderTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
index fd0b23b..29db404 100644
--- a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
+++ b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
@@ -107,7 +107,6 @@ protected:
};
class VertexLoaderParamTest : public VertexLoaderTest, public ::testing::WithParamInterface<std::tuple<int, int, int, int>> {};
-extern int gtest_AllCombinationsVertexLoaderParamTest_dummy_;
INSTANTIATE_TEST_CASE_P(
AllCombinations, VertexLoaderParamTest,
::testing::Combine(
@@ -202,7 +201,6 @@ TEST_F(VertexLoaderTest, PositionIndex16FloatXY)
}
class VertexLoaderSpeedTest : public VertexLoaderTest, public ::testing::WithParamInterface<std::tuple<int, int>> {};
-extern int gtest_FormatsAndElementsVertexLoaderSpeedTest_dummy_;
INSTANTIATE_TEST_CASE_P(
FormatsAndElements, VertexLoaderSpeedTest,
::testing::Combine(