diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail053.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail053.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail053.hs b/testsuite/tests/rename/should_fail/rnfail053.hs new file mode 100644 index 0000000000..dbc219271b --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail053.hs @@ -0,0 +1,6 @@ +-- Test Trac #2114 (error message) + +module ShouldFail where + +data T = forall a. MkT a + |