Skip to content

Commit

Permalink
try to fix failing QEMU job
Browse files Browse the repository at this point in the history
  • Loading branch information
imahjoub committed Sep 10, 2023
1 parent f4d9fed commit 95b47f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hash_sha256_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
///////////////////////////////////////////////////////////////////

#ifdef HASH_HASH256_PC
#include <iostream>
#include <cstring>
#include <iostream>
#endif // HASH_HASH256_PC

#include <hash_sha256/hash_sha256.h>
Expand Down Expand Up @@ -94,7 +94,7 @@ extern "C"
hash_sha256_gdb_result =
static_cast<std::uint32_t>
(
hash_sha256_test1() ? UINT32_C(0xF00DCAFE) : UINT32_C(0xFFFFFFFF)
hash_sha256_test2() ? UINT32_C(0xF00DCAFE) : UINT32_C(0xFFFFFFFF)
);

volatile auto hash_result_is_ok =
Expand Down

0 comments on commit 95b47f6

Please sign in to comment.