diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-07-01 23:56:25 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-07-01 23:56:25 +0200 |
| commit | c332a4e4b2f26cfd388e036f60dbef3162e5059d (patch) | |
| tree | d4cac964b5aa61d3cec12daab07e50a51ea31236 /test | |
| parent | 75ba6aeef88df2f051b73aa916fb66ce4c6b8a14 (diff) | |
Add expected outputs in test/Main.hs
Diffstat (limited to 'test')
| -rw-r--r-- | test/Main.hs | 4 |
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 |
