Skip to content

Commit

Permalink
Fix clang format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 29, 2024
1 parent c549115 commit 607eab5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
54 changes: 0 additions & 54 deletions azure-pipelines.yml

This file was deleted.

2 changes: 0 additions & 2 deletions tests/ziptests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ TEST_CASE("Can Unzip File")
auto zipIn = p / "tests" / "three_cpp_files.zip";
std::cout << "Reading rrom " << zipIn.u8string() << std::endl;


mz_zip_archive zip_archive;
memset(&zip_archive, 0, sizeof(zip_archive));

Expand All @@ -53,5 +52,4 @@ TEST_CASE("Can Unzip File")
if (i == 2)
REQUIRE(std::string(file_stat.m_filename) == "tests_linux.cpp");
}

}

0 comments on commit 607eab5

Please sign in to comment.