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
|
||||
aside =
|
||||
if expected' == got'
|
||||
then show expected ++ " not " ++ show got
|
||||
else expected' ++ " not " ++ got'
|
||||
then show got ++ " not " ++ show expected
|
||||
else got' ++ " not " ++ expected'
|
||||
|
|
Loading…
Add table
Reference in a new issue