Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0152873c authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix typo.

Change-Id: Ie33f52a5926bd030974a7bd7f9c41a6bbaa356fb
parent ffe756f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -723,7 +723,7 @@ TEST_F(SafeInterfaceTest, TestIncrementNoCopyNoMove) {
    ASSERT_EQ(a.getValue() + 1, aPlusOne.getValue());
}

TEST_F(SafeInterfaceTest, TestIncremementParcelableVector) {
TEST_F(SafeInterfaceTest, TestIncrementParcelableVector) {
    const std::vector<TestParcelable> a{TestParcelable{1}, TestParcelable{2}};
    std::vector<TestParcelable> aPlusOne;
    status_t result = mSafeInterfaceTest->increment(a, &aPlusOne);