From ccf9ecbb03edbdd728738499dc5fae4d0631882a Mon Sep 17 00:00:00 2001 From: spycrab Date: Tue, 12 Jun 2018 14:59:57 +0200 Subject: [PATCH] UnitTests/VertexLoaderTest: Fix compilation on newer GTest versions --- Source/UnitTests/VideoCommon/VertexLoaderTest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp index 70a8a96235..666476dfce 100644 --- a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp +++ b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp @@ -110,7 +110,6 @@ class VertexLoaderParamTest : public VertexLoaderTest, public ::testing::WithParamInterface> { }; -extern int gtest_AllCombinationsVertexLoaderParamTest_dummy_; INSTANTIATE_TEST_CASE_P(AllCombinations, VertexLoaderParamTest, ::testing::Combine(::testing::Values(DIRECT, INDEX8, INDEX16), ::testing::Values(FORMAT_UBYTE, FORMAT_BYTE, @@ -250,7 +249,6 @@ class VertexLoaderSpeedTest : public VertexLoaderTest, public ::testing::WithParamInterface> { }; -extern int gtest_FormatsAndElementsVertexLoaderSpeedTest_dummy_; INSTANTIATE_TEST_CASE_P(FormatsAndElements, VertexLoaderSpeedTest, ::testing::Combine(::testing::Values(FORMAT_UBYTE, FORMAT_BYTE, FORMAT_USHORT, FORMAT_SHORT,