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

Commit 171c9cdc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "clang-format ManifestFixer_test.cpp"

parents 3ffdb26a 32885536
Loading
Loading
Loading
Loading
+77 −76
Original line number Diff line number Diff line
@@ -673,7 +673,8 @@ TEST_F(ManifestFixerTest, UnexpectedElementsInManifest) {
  options.warn_validation = true;

  // Unexpected element should result in a warning if the flag is set to 'true'.
  std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options);
  std::unique_ptr<xml::XmlResource> manifest =
      VerifyWithOptions(input, options);
  ASSERT_THAT(manifest, NotNull());

  // Unexpected element should result in an error if the flag is set to 'false'.