Skip to content

Commit

Permalink
test: Fix vmtester/precompile_test test
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Nov 5, 2019
1 parent 32e9a08 commit 57a2221
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/vmtester/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,8 @@ TEST_F(evmc_vm_test, precompile_test)
{
EXPECT_EQ(result.output_size, size_t{0});
}
else
else if (result.output_size != 0)
{
EXPECT_NE(result.output_size, size_t{0});
read_buffer(result.output_data, result.output_size);
}

Expand Down

0 comments on commit 57a2221

Please sign in to comment.