Skip to content

Commit

Permalink
tmp: Compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 22, 2019
1 parent 6c7bf45 commit 5f104ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unittests/test_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ TEST(cpp, host)
auto* host_context = example_host_create_context();
auto host = evmc::HostContext{host_context};

auto a = evmc::address{{1}};
auto v = evmc::bytes32{{7, 7, 7}};
constexpr auto a = evmc::address{{{1}}};
constexpr auto v = evmc::bytes32{{{7, 7, 7}}};

EXPECT_FALSE(host.account_exists(a));

Expand Down

0 comments on commit 5f104ec

Please sign in to comment.