summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_fail/saks_fail019.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/saks/should_fail/saks_fail019.hs')
-rw-r--r--testsuite/tests/saks/should_fail/saks_fail019.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/saks/should_fail/saks_fail019.hs b/testsuite/tests/saks/should_fail/saks_fail019.hs
index 51cdd54ca2..ddd20d099c 100644
--- a/testsuite/tests/saks/should_fail/saks_fail019.hs
+++ b/testsuite/tests/saks/should_fail/saks_fail019.hs
@@ -6,6 +6,6 @@ module SAKS_Fail019 where
import Data.Kind (Type)
type T :: Type -> Type -> Type
-data T a :: a -> Type
+data T x :: x -> Type
-- Should not panic with:
- -- GHC internal error: ‘a’ is not in scope during type checking, but it passed the renamer
+ -- GHC internal error: ‘x’ is not in scope during type checking, but it passed the renamer