Skip to content

Commit

Permalink
Print full error on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Feb 24, 2017
1 parent 8877d4a commit 9acfdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int main()
});
if (!invalid.empty())
{
cout << "Invalid error: \"" << invalid << "\"" << endl;
cout << "Invalid error: \"" << error.asString() << "\"" << endl;
abort();
}
}
Expand Down

0 comments on commit 9acfdb8

Please sign in to comment.