diff options
Diffstat (limited to 'graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerV2_1TargetTest.cpp')
-rw-r--r-- | graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerV2_1TargetTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerV2_1TargetTest.cpp b/graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerV2_1TargetTest.cpp index 0390c88e52..0da3a33194 100644 --- a/graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerV2_1TargetTest.cpp +++ b/graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerV2_1TargetTest.cpp @@ -22,7 +22,7 @@ #include "VtsHalGraphicsComposerTestUtils.h" #include "VtsHalGraphicsMapperTestUtils.h" -#include <VtsHalHidlTargetBaseTest.h> +#include <VtsHalHidlTargetTestBase.h> #include <unistd.h> #include <algorithm> @@ -134,7 +134,7 @@ class GraphicsComposerCallback : public IComposerCallback { int mInvalidVsyncCount = 0; }; -class GraphicsComposerHidlTest : public ::testing::VtsHalHidlTargetBaseTest { +class GraphicsComposerHidlTest : public ::testing::VtsHalHidlTargetTestBase { protected: void SetUp() override { ASSERT_NO_FATAL_FAILURE(mComposer = std::make_unique<Composer>()); |