summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_compile/T12484.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_compile/T12484.stderr')
-rw-r--r--testsuite/tests/patsyn/should_compile/T12484.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_compile/T12484.stderr b/testsuite/tests/patsyn/should_compile/T12484.stderr
index d51b6fe393..6e73612518 100644
--- a/testsuite/tests/patsyn/should_compile/T12484.stderr
+++ b/testsuite/tests/patsyn/should_compile/T12484.stderr
@@ -1,4 +1,4 @@
T12484.hs:6:1: warning: [-Wmissing-pattern-synonym-signatures (in -Wall)]
Pattern synonym with no type signature:
- pattern RP :: forall a. a -> (a, Bool)
+ pattern RP :: forall {a}. a -> (a, Bool)