summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T15957_Fail.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T15957_Fail.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T15957_Fail.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T15957_Fail.stderr b/testsuite/tests/rename/should_fail/T15957_Fail.stderr
new file mode 100644
index 0000000000..6bebb08981
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/T15957_Fail.stderr
@@ -0,0 +1,9 @@
+
+T15957_Fail.hs:7:4: error: [-Wunused-record-wildcards, -Werror=unused-record-wildcards]
+ No variables bound in the record wildcard match are used
+
+T15957_Fail.hs:8:4: error: [-Wunused-record-wildcards, -Werror=unused-record-wildcards]
+ No variables bound in the record wildcard match are used
+
+T15957_Fail.hs:9:4: error: [-Wredundant-record-wildcards, -Werror=redundant-record-wildcards]
+ Record wildcard does not bind any new variables