summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/gadt2.hs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-18 22:44:19 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-20 16:22:07 +0200
commit915e07c33b143126e3c8de1d2ec22ccc709a9a24 (patch)
treefcde0a7ffc1466b6e53dbee6df835af07e9a7ecc /testsuite/tests/gadt/gadt2.hs
parent46ff80f26d1892e1b50e3f10c5d3fded33da6e81 (diff)
downloadhaskell-915e07c33b143126e3c8de1d2ec22ccc709a9a24.tar.gz
Testsuite: tabs -> spaces [skip ci]
Diffstat (limited to 'testsuite/tests/gadt/gadt2.hs')
-rw-r--r--testsuite/tests/gadt/gadt2.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/gadt2.hs b/testsuite/tests/gadt/gadt2.hs
index 886b702ce7..d1c6b4d7af 100644
--- a/testsuite/tests/gadt/gadt2.hs
+++ b/testsuite/tests/gadt/gadt2.hs
@@ -15,4 +15,4 @@ g (T n) | n >= 3 = if n>3 then GT else EQ
g (T n) = LT
main = do print [f (T 0), f (T 1)]
- print [g (T 2), g (T 3), g (T 4)]
+ print [g (T 2), g (T 3), g (T 4)]