Skip to content

Commit

Permalink
Delete zstd version dependent tests in xls
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705849599
  • Loading branch information
XLS Team authored and copybara-github committed Dec 13, 2024
1 parent f999382 commit bb93e19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions xls/modules/zstd/frame_header_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ class FrameHeaderTest : public xls::SimTestBase {

/* TESTS */

TEST(ZstdLib, Version) { ASSERT_EQ(ZSTD_VERSION_STRING, "1.5.6"); }

TEST_F(FrameHeaderTest, Success) {
XLS_ASSERT_OK_AND_ASSIGN(
auto header,
Expand Down
2 changes: 0 additions & 2 deletions xls/modules/zstd/zstd_dec_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ class ZstdDecoderTest : public ::testing::Test {

/* TESTS */

TEST(ZstdLib, Version) { ASSERT_EQ(ZSTD_VERSION_STRING, "1.5.6"); }

TEST_F(ZstdDecoderTest, ParseFrameWithRawBlocks) {
int seed = 3; // Arbitrary seed value for small ZSTD frame
auto frame = zstd::GenerateFrame(seed, zstd::BlockType::RAW);
Expand Down

0 comments on commit bb93e19

Please sign in to comment.