Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imahjoub committed Sep 10, 2023
1 parent 95b47f6 commit 273813c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hash_sha256_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ auto hash_sha256_test1() -> bool
return (hash_result1 == expected_hash1);
}

#ifdef HASH_HASH256_PC
auto hash_sha256_test2() -> bool
{
constexpr uint8_t msg2[] =
Expand Down Expand Up @@ -81,7 +80,7 @@ auto hash_sha256_test2() -> bool

return result_is_ok;
}
#endif // HASH_HASH256_PC


extern "C"
{
Expand Down Expand Up @@ -118,7 +117,7 @@ auto main() -> int

std::cout << "hash_result_is_ok: " << std::boolalpha << hash_result_is_ok << std::endl;

#endif // STD_HASH256_QEMU
#endif // HASH_HASH256_QEMU

return hash_result_is_ok ? 0 : -1;
}

0 comments on commit 273813c

Please sign in to comment.