summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T9404b.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T9404b.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/T9404b.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T9404b.hs b/testsuite/tests/typecheck/should_compile/T9404b.hs
index f9db0a3897..2fe837f70e 100644
--- a/testsuite/tests/typecheck/should_compile/T9404b.hs
+++ b/testsuite/tests/typecheck/should_compile/T9404b.hs
@@ -11,5 +11,5 @@ bar _ = ()
myconst :: ((forall r. ListTF r -> Int) -> ()) -> x -> (forall r. ListTF r -> Int) -> ()
myconst x _ = x
-foo = (bar `myconst` ()) $ length
+foo = (bar `myconst` ()) $ length
foo2 = (myconst bar ()) $ length