summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-07-01 23:56:25 +0200
committerTom Smeding <tom@tomsmeding.com>2026-07-01 23:56:25 +0200
commitc332a4e4b2f26cfd388e036f60dbef3162e5059d (patch)
treed4cac964b5aa61d3cec12daab07e50a51ea31236
parent75ba6aeef88df2f051b73aa916fb66ce4c6b8a14 (diff)
Add expected outputs in test/Main.hs
-rw-r--r--test/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Main.hs b/test/Main.hs
index 0f21a29..f2ebfa2 100644
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -15,5 +15,5 @@ foo = atomicModifyIORef' globalRef (\i -> (i + 1, show i))
main :: IO ()
main = do
- putStrLn =<< foo
- putStrLn =<< foo
+ putStrLn =<< foo -- 0
+ putStrLn =<< foo -- 1