packages feed

Elm-0.9: tests/Everything.hs

module Everything where

import System.Exit

main = do
  putStrLn "This test always fails"
  exitFailure