summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail112.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail112.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail112.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail112.hs b/testsuite/tests/typecheck/should_fail/tcfail112.hs
index 5252f83b14..71f3dd4305 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail112.hs
+++ b/testsuite/tests/typecheck/should_fail/tcfail112.hs
@@ -4,7 +4,7 @@
module ShouldFail where
-data S = S { x::Int, y:: ! Int }
+data S = S { x::Int, y:: !Int }
data T = T Int !Int
data U = U Int Int