This commit is contained in:
Miek Gieben 2012-01-28 15:41:12 +01:00
parent cb37e768ca
commit ef7478e2d5
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ func main() {
for i, f := range prints {
d := f.compare(results[i])
diff += d
fmt.Printf("%s\t%d\t%s %s\n", file, d, f.String(), results[i].String())
fmt.Printf("%s\t%d %s %s\n", file, d, f.String(), results[i].String())
}
fmt.Printf("\t\t==\nDifferences:\t%d\n\n", diff)
fmt.Printf("\t\t=\nDifferences:\t%d\n\n", diff)
}
}