summaryrefslogtreecommitdiff
path: root/test/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to '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