summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T16504.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T16504.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T16504.stderr14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T16504.stderr b/testsuite/tests/rename/should_fail/T16504.stderr
new file mode 100644
index 0000000000..7bc59bda3e
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/T16504.stderr
@@ -0,0 +1,14 @@
+
+T16504.hs:5:1: error:
+ The type signature for ‘simpleFuntcion’
+ lacks an accompanying binding
+ Perhaps you meant ‘simpleFunction’ (Defined at T16504.hs:6:1)
+
+T16504.hs:10:9: error:
+ The type signature for ‘anotherFunction’
+ lacks an accompanying binding
+ Perhaps you meant ‘anotherFuntcion’ (Defined at T16504.hs:11:9)
+
+T16504.hs:14:1: error:
+ The type signature for ‘nonexistentFuntcion’
+ lacks an accompanying binding