Skip to content

Commit

Permalink
Update Bar.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
sol authored Oct 19, 2024
1 parent 7c100f6 commit 3023bb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/integration/fail-fast/Bar.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module Bar where

-- | bar
-- a passing test
-- |
-- >>> bar
-- 42
-- 23
bar :: Int
bar = 42
bar = 23

0 comments on commit 3023bb5

Please sign in to comment.