mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Adjust to changed interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19772 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc1b90b0e7
commit
cf989fd2a3
@ -303,7 +303,8 @@ bool BugDriver::diffProgram(const std::string &BytecodeFile,
|
||||
|
||||
std::string Error;
|
||||
bool FilesDifferent = false;
|
||||
if (DiffFiles(ReferenceOutputFile, Output.toString(), &Error)) {
|
||||
if (DiffFilesWithTolerance(ReferenceOutputFile, Output.toString(), 0, 0,
|
||||
&Error)) {
|
||||
if (!Error.empty()) {
|
||||
std::cerr << "While diffing output: " << Error << '\n';
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user