Advertisement
clairec

Untitled

Sep 15th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Enter your code hereleap-0.0.0: test (suite: test)
  2.  
  3.  
  4. leap
  5. isLeapYear
  6. 1996 - leap year FAILED [1]
  7.  
  8. Failures:
  9.  
  10. test/Tests.hs:18:
  11. 1) leap.isLeapYear 1996 - leap year
  12. uncaught exception: ErrorCall (Prelude.undefined
  13. CallStack (from HasCallStack):
  14. error, called at libraries/base/GHC/Err.hs:79:14 in base:GHC.Err
  15. undefined, called at src/LeapYear.hs:3:1 in leap-0.0.0-4uYVmwBGJQhBRFIbJzqiyG:LeapYear)
  16.  
  17. Randomized with seed 875878715
  18.  
  19. Finished in 0.0005 seconds
  20. 1 example, 1 failure
  21.  
  22. Test suite failure for package leap-0.0.0
  23. test: exited with: ExitFailure 1
  24. Logs printed to console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement