summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T15076b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T15076b.stderr')
-rw-r--r--testsuite/tests/dependent/should_fail/T15076b.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_fail/T15076b.stderr b/testsuite/tests/dependent/should_fail/T15076b.stderr
index 8da932a044..600253fb8d 100644
--- a/testsuite/tests/dependent/should_fail/T15076b.stderr
+++ b/testsuite/tests/dependent/should_fail/T15076b.stderr
@@ -1,4 +1,4 @@
-T15076b.hs:9:8: error:
+T15076b.hs:9:8: error: [GHC-71451]
• Cannot generalise type; skolem ‘a’ would escape its scope
if I tried to quantify (x0 :: a) in this type:
forall a (f :: forall (x :: a). Proxy @{a} x -> *).