tweak
This commit is contained in:
parent
c43e3b5c78
commit
cd1cb52652
1 changed files with 2 additions and 2 deletions
|
@ -202,5 +202,5 @@ badsizeNote dest expected got = "Bad file size (" ++ aside ++ "); moved to " ++
|
||||||
got' = roughSize True got
|
got' = roughSize True got
|
||||||
aside =
|
aside =
|
||||||
if expected' == got'
|
if expected' == got'
|
||||||
then show expected ++ " not " ++ show got
|
then show got ++ " not " ++ show expected
|
||||||
else expected' ++ " not " ++ got'
|
else got' ++ " not " ++ expected'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue