From 115cd3c85a8c38f1fe2a10d4ee515f92c96dd5a2 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 10 Mar 2021 15:28:48 -0500 Subject: Use GHC2021 as default language --- testsuite/tests/ghci/should_run/T12525.stdout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/ghci/should_run/T12525.stdout') diff --git a/testsuite/tests/ghci/should_run/T12525.stdout b/testsuite/tests/ghci/should_run/T12525.stdout index a00ffea4e3..ef48679f94 100644 --- a/testsuite/tests/ghci/should_run/T12525.stdout +++ b/testsuite/tests/ghci/should_run/T12525.stdout @@ -1,4 +1,4 @@ x :: () = () y :: () = () -type Foo :: * -> Constraint +type Foo :: forall {k}. k -> Constraint class Foo a -- cgit v1.2.1