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

Commit b694ba8a authored by Tianjie Xu's avatar Tianjie Xu Committed by Gerrit Code Review
Browse files

Merge "Fix an error on bootloadermessager test teardown"

parents 53feebea cace743c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -33,9 +33,11 @@ class BootloaderMessageTest : public ::testing::Test {

  virtual void TearDown() override {
    // Clear the BCB.
    if (has_misc) {
      std::string err;
      ASSERT_TRUE(clear_bootloader_message(&err)) << "Failed to clear BCB: " << err;
    }
  }

  bool has_misc;
};