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

Commit 5f34ef1c authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "clang-format ManifestFixer_test.cpp" am: 171c9cdc

am: 0b7bfe4c

Change-Id: I97d77c6537de1e328ba07a01cf95ade0d37933c2
parents 32b84ede 0b7bfe4c
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'.