This commit is contained in:
Romain Thomas 2018-06-08 11:06:21 +02:00
parent cd1cc457cf
commit 3cdfb29612

View File

@ -80,7 +80,7 @@ TEST_CASE("Test parse", "[pe][builder]")
builder.write(output_name);
INFO("Output: " << output_name);
binary_original.reset(Parser::parse(pe_file_str));
binary_original.reset(Parser::parse(pe_file_str).release());
std::unique_ptr<Binary> binary_built{Parser::parse(output_name)};
SECTION("Checks functions") {