Skip to content

Commit

Permalink
Fixed a typo in serialization test; updated google benchmark to 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai committed May 18, 2021
1 parent 7e57192 commit b641cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/ExternalBenchmark.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FetchContent_Declare(
benchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG 73d4d5e8d6d449fc8663765a42aa8aeeee844489 # 1.5.2
GIT_TAG c05843a9f622db08ad59804c190f98879b76beba # 1.5.3
)
FetchContent_GetProperties(benchmark)

Expand Down
2 changes: 1 addition & 1 deletion native/tests/seal/serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace sealtest
#endif

#ifdef SEAL_USE_ZSTD
compr_mode_type compr_mode = compr_mode_type::zstd;
header.compr_mode = compr_mode_type::zstd;
ASSERT_TRUE(Serialization::IsValidHeader(header));
#endif

Expand Down

0 comments on commit b641cfa

Please sign in to comment.