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

Commit 594dbd52 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "C2 VTS: Fix St12out_of_range" into rvc-dev am: 51fd7f1e am: acb22186

Change-Id: Idb3be03834d819bbd859241577f563ff118494e8
parents f6f8032e acb22186
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ class Codec2ComponentInputTests
TEST_P(Codec2ComponentInputTests, InputBufferTest) {
    description("Tests for different inputs");

    uint32_t flags = std::stol(std::get<2>(GetParam()));
    uint32_t flags = std::stoul(std::get<2>(GetParam()));
    bool isNullBuffer = !std::get<3>(GetParam()).compare("true");
    if (isNullBuffer)
        ALOGD("Testing for null input buffer with flag : %u", flags);