diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2018-06-12 14:59:57 +0200 |
|---|---|---|
| committer | spycrab <spycrab@users.noreply.github.com> | 2018-06-12 14:59:57 +0200 |
| commit | ccf9ecbb03edbdd728738499dc5fae4d0631882a (patch) | |
| tree | 0988458013723df52a3d4f3309c378c4fbcbbac1 /Source/UnitTests/VideoCommon/VertexLoaderTest.cpp | |
| parent | fe6e46f846867a3378e0ed38a25b8b0945039be9 (diff) | |
UnitTests/VertexLoaderTest: Fix compilation on newer GTest versions
Diffstat (limited to 'Source/UnitTests/VideoCommon/VertexLoaderTest.cpp')
| -rw-r--r-- | Source/UnitTests/VideoCommon/VertexLoaderTest.cpp | 2 |
1 files changed, 0 insertions, 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<std::tuple<int, int, int, int>> { }; -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<std::tuple<int, int>> { }; -extern int gtest_FormatsAndElementsVertexLoaderSpeedTest_dummy_; INSTANTIATE_TEST_CASE_P(FormatsAndElements, VertexLoaderSpeedTest, ::testing::Combine(::testing::Values(FORMAT_UBYTE, FORMAT_BYTE, FORMAT_USHORT, FORMAT_SHORT, |
