diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn050.stderr')
-rw-r--r-- | testsuite/tests/rename/should_compile/rn050.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/rn050.stderr b/testsuite/tests/rename/should_compile/rn050.stderr new file mode 100644 index 0000000000..2554787a45 --- /dev/null +++ b/testsuite/tests/rename/should_compile/rn050.stderr @@ -0,0 +1,8 @@ + +rn050.hs:13:7: Warning: + In the use of ‛op’ (imported from Rn050_A): + Deprecated: "Use bop instead" + +rn050.hs:13:10: Warning: + In the use of data constructor ‛C’ (imported from Rn050_A): + Deprecated: "Use D instead" |