From 3023bb52a5b48f9ab5b406b5d84c6602ed3c4e3e Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sat, 19 Oct 2024 08:11:16 +0700 Subject: [PATCH] Update Bar.hs --- test/integration/fail-fast/Bar.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/integration/fail-fast/Bar.hs b/test/integration/fail-fast/Bar.hs index f18c0ef..ab41e7e 100644 --- a/test/integration/fail-fast/Bar.hs +++ b/test/integration/fail-fast/Bar.hs @@ -1,8 +1,7 @@ module Bar where --- | bar --- a passing test +-- | -- >>> bar --- 42 +-- 23 bar :: Int -bar = 42 +bar = 23