From c332a4e4b2f26cfd388e036f60dbef3162e5059d Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 1 Jul 2026 22:56:25 +0100 Subject: Add expected outputs in test/Main.hs --- test/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Main.hs') 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 -- cgit v1.3.1