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

Commit 0b7bfe4c authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "clang-format ManifestFixer_test.cpp"

am: 171c9cdc

Change-Id: Ia252884dd1ddb2d1aad7b9b881e1107aa8160122
parents c538141c 171c9cdc
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'.