diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail054.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail054.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail054.stderr b/testsuite/tests/rename/should_fail/rnfail054.stderr new file mode 100644 index 0000000000..ab952aadeb --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail054.stderr @@ -0,0 +1,5 @@ + +rnfail054.hs:6:13: + `foo' is not a record selector + In the expression: x {foo = 1} + In an equation for `foo': foo x = x {foo = 1} |