mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
ctor arguments changed order
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11595 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
230fef8b11
commit
5dcc3664b5
@ -151,7 +151,7 @@ bool BugDriver::run() {
|
||||
|
||||
// Make sure the reference output file gets deleted on exit from this
|
||||
// function, if appropriate.
|
||||
FileRemover RemoverInstance(CreatedOutput, ReferenceOutputFile);
|
||||
FileRemover RemoverInstance(ReferenceOutputFile, CreatedOutput);
|
||||
|
||||
// Diff the output of the raw program against the reference output. If it
|
||||
// matches, then we have a miscompilation bug.
|
||||
|
Loading…
x
Reference in New Issue
Block a user