summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T9778.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T9778.stderr')
-rw-r--r--testsuite/tests/rename/should_compile/T9778.stderr10
1 files changed, 7 insertions, 3 deletions
diff --git a/testsuite/tests/rename/should_compile/T9778.stderr b/testsuite/tests/rename/should_compile/T9778.stderr
index 99b93c104c..24a9c3c958 100644
--- a/testsuite/tests/rename/should_compile/T9778.stderr
+++ b/testsuite/tests/rename/should_compile/T9778.stderr
@@ -1,4 +1,8 @@
-T9778.hs:8:10: warning: [-Wunticked-promoted-constructors]
- Unticked promoted constructor: ‘A’.
- Suggested fix: Use ‘'A’ instead of ‘A’.
+T9778.hs:12:10: warning: [-Wunticked-promoted-constructors]
+ Unticked promoted constructor: A.
+ Suggested fix: Use 'A instead of A.
+
+T9778.hs:16:14: warning: [-Wunticked-promoted-constructors]
+ Unticked promoted constructor: `MkD`.
+ Suggested fix: Use '`MkD` instead of `MkD`.