commit | 408a34c8c9c02e8a63d86bc922242b7625382609 | [log] [tgz] |
---|---|---|
author | Marin Shalamanov <shalamanov@google.com> | Wed Dec 23 16:24:01 2020 +0100 |
committer | Marin Shalamanov <shalamanov@google.com> | Thu Dec 24 15:57:04 2020 +0100 |
tree | d5eb3f5dd4fa5ea9c1a5f749d85c2dc42e0478a3 | |
parent | 4ad8b30faf2419994a830831d2ecc415d88edd3c [diff] [blame] |
SF: fix typo Test: presubmit Change-Id: I7e7ec1eab615b183a0d2074d96c0a444e5b97e79
diff --git a/services/surfaceflinger/tests/unittests/SetFrameRateTest.cpp b/services/surfaceflinger/tests/unittests/SetFrameRateTest.cpp index c47b141..1bbe8e2 100644 --- a/services/surfaceflinger/tests/unittests/SetFrameRateTest.cpp +++ b/services/surfaceflinger/tests/unittests/SetFrameRateTest.cpp
@@ -432,7 +432,7 @@ EXPECT_EQ(FRAME_RATE_NO_VOTE, child2_1->getFrameRateForLayerTree()); } -TEST_P(SetFrameRateTest, SetAndGetRearentChildren) { +TEST_P(SetFrameRateTest, SetAndGetReparentChildren) { EXPECT_CALL(*mMessageQueue, invalidate()).Times(1); const auto& layerFactory = GetParam();