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

Commit a497499c authored by Kevin Rocard's avatar Kevin Rocard
Browse files

Audio VTS: Fix missing whitespace in error message



Test: outpout the error
Change-Id: Ibba04f12e489e3b526ae9fe4758e2ae540095d89
Signed-off-by: default avatarKevin Rocard <krocard@google.com>
parent 1108d4a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -162,8 +162,8 @@ template <bool atLeastOneRequired>
           << "\n                 Which is: " << xmlFileName
           << "\n In the following folders: " << xmlFileLocationsExpr
           << "\n                 Which is: " << ::testing::PrintToString(xmlFileLocations)
           << (atLeastOneRequired ? "Where at least one file must be found."
                                  : "Where no file might exist.");
           << (atLeastOneRequired ? "\nWhere at least one file must be found."
                                  : "\nWhere no file might exist.");
}

template ::testing::AssertionResult validateXmlMultipleLocations<true>(const char*, const char*,