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

Commit 128e6778 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove static assert of size"

parents 3d23ad95 9869d4a0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -54,8 +54,6 @@ class LibAptxEncTest : public ::testing::Test {
  }
};

TEST_F(LibAptxEncTest, encoder_size) { ASSERT_EQ(SizeofAptxbtenc(), 5008); }

TEST_F(LibAptxEncTest, encode_fake_data) {
  const char input[] =
      "012345678901234567890123456789012345678901234567890123456789012345678901"
+0 −2
Original line number Diff line number Diff line
@@ -57,8 +57,6 @@ class LibAptxHdEncTest : public ::testing::Test {
  }
};

TEST_F(LibAptxHdEncTest, encoder_size) { ASSERT_EQ(SizeofAptxhdbtenc(), 5256); }

TEST_F(LibAptxHdEncTest, encode_fake_data) {
  const char input[] =
      "012345678901234567890123456789012345678901234567890123456789012345678901"