summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5331.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T5331.stderr')
-rw-r--r--testsuite/tests/rename/should_compile/T5331.stderr24
1 files changed, 12 insertions, 12 deletions
diff --git a/testsuite/tests/rename/should_compile/T5331.stderr b/testsuite/tests/rename/should_compile/T5331.stderr
index 965e15a9b4..9fd3a7d8dd 100644
--- a/testsuite/tests/rename/should_compile/T5331.stderr
+++ b/testsuite/tests/rename/should_compile/T5331.stderr
@@ -1,12 +1,12 @@
-
-T5331.hs:8:17: warning:
- Unused quantified type variable ‘a’
- In the definition of data constructor ‘S1’
-
-T5331.hs:11:16: warning:
- Unused quantified type variable ‘a’
- In the type ‘forall a. W’
-
-T5331.hs:13:13: warning:
- Unused quantified type variable ‘a’
- In the type ‘forall a. Int’
+
+T5331.hs:8:17: warning: [-Wunused-foralls]
+ Unused quantified type variable ‘a’
+ In the definition of data constructor ‘S1’
+
+T5331.hs:11:16: warning: [-Wunused-foralls]
+ Unused quantified type variable ‘a’
+ In the type ‘forall a. W’
+
+T5331.hs:13:13: warning: [-Wunused-foralls]
+ Unused quantified type variable ‘a’
+ In the type ‘forall a. Int’