Skip to content

Commit

Permalink
........
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Feb 11, 2024
1 parent 4944df5 commit 71b1501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tCompareRecipes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ suite "Compare recipe output":
template checkFiles(f1, f2, fname: untyped): untyped =
# store in `comp` to avoid check obliterating our terminal with the diff
let diff = (f1 -. f2).abs.sum
const LinuxDiff = 0.0025
const LinuxDiff = 0.01
when defined(linux):
let comp = diff.float / 256.0 < (f1.size.float * LinuxDiff)
else:
Expand Down

0 comments on commit 71b1501

Please sign in to comment.