Skip to content

Commit

Permalink
Update Foo.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
sol authored Oct 19, 2024
1 parent cf9b0b0 commit 4ecd2aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/fail-fast/Foo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ module Foo where
import Bar

-- | A passing example
--
-- >>> 23
-- 23
test1 :: a
test1 = undefined

-- | A failing example
--
-- >>> 23
-- 42
test2 :: a
test2 = undefined

-- | Another passing example
--
-- >>> 23
-- 23
test3 :: a
Expand Down

0 comments on commit 4ecd2aa

Please sign in to comment.