diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T19843l.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/T19843l.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T19843l.hs b/testsuite/tests/rename/should_fail/T19843l.hs new file mode 100644 index 0000000000..340fe68539 --- /dev/null +++ b/testsuite/tests/rename/should_fail/T19843l.hs @@ -0,0 +1,7 @@ +module T19843l where + +data Foo = LongName +data FongName +wrongName = wrongName + +type Bar = WrongName |