You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failures:
test/Tests.hs:20:23:
1) isLeapYear 1996 - year divisible by 4, not divisible by 100: leap year
expected: True
but got: False
To rerun use: --match "/isLeapYear/1996 - year divisible by 4, not divisible by 100: leap year/"
Randomized with seed 625767475
The hint to use --match ... has two flaws:
This must be done via stack test --ta '--match ...'
It should be enough to do stack test --ta '--match 1996'
The text was updated successfully, but these errors were encountered:
When
stack test
fails, a part of its output is:The hint to use
--match ...
has two flaws:stack test --ta '--match ...'
stack test --ta '--match 1996'
The text was updated successfully, but these errors were encountered: