Fix AppVeyor issue following reportVerification rename. (#2497)
This commit is contained in:
parent
8ac2cdd9ff
commit
16eae28cc9
|
@ -498,7 +498,7 @@ void ThreadExecutor::reportInfo(const ErrorLogger::ErrorMessage &msg)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ThreadExecutor::reportVerification(const std::string &/*str*/)
|
void ThreadExecutor::bughuntingReport(const std::string &/*str*/)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
@ -561,7 +561,7 @@ void ThreadExecutor::reportInfo(const ErrorLogger::ErrorMessage &/*msg*/)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ThreadExecutor::reportVerification(const std::string &/*str*/)
|
void ThreadExecutor::bughuntingReport(const std::string &/*str*/)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue