diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/Trac10045.hs')
-rw-r--r-- | testsuite/tests/partial-sigs/should_fail/Trac10045.hs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/Trac10045.hs b/testsuite/tests/partial-sigs/should_fail/Trac10045.hs deleted file mode 100644 index e7c07470aa..0000000000 --- a/testsuite/tests/partial-sigs/should_fail/Trac10045.hs +++ /dev/null @@ -1,8 +0,0 @@ -module Trac10045 where - -newtype Meta = Meta () - -foo (Meta ws1) = - let copy :: _ - copy w from = copy w 1 - in copy ws1 1 |