mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move CHC counterexamples to primary location
This commit is contained in:
@@ -1387,8 +1387,7 @@ void CHC::checkAndReportTarget(
|
||||
m_errorReporter.warning(
|
||||
_errorReporterId,
|
||||
location,
|
||||
"CHC: " + _satMsg,
|
||||
SecondarySourceLocation().append("Counterexample:\n" + *cex, SourceLocation{})
|
||||
"CHC: " + _satMsg + "\nCounterexample:\n" + *cex
|
||||
);
|
||||
else
|
||||
m_errorReporter.warning(
|
||||
|
||||
Reference in New Issue
Block a user