diff options
Diffstat (limited to 'contrib/extraction/test')
| -rw-r--r-- | contrib/extraction/test/Unit.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/extraction/test/Unit.hs b/contrib/extraction/test/Unit.hs index 2001dfa1b9..5d104e1817 100644 --- a/contrib/extraction/test/Unit.hs +++ b/contrib/extraction/test/Unit.hs @@ -1,5 +1,2 @@ -module Unit where - -type Unit = () +module Unit where unit = () - |
