diff options
Diffstat (limited to 'testsuite/tests/module/mod171.hs')
-rw-r--r-- | testsuite/tests/module/mod171.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod171.hs b/testsuite/tests/module/mod171.hs index a61e886784..38a5445a28 100644 --- a/testsuite/tests/module/mod171.hs +++ b/testsuite/tests/module/mod171.hs @@ -3,8 +3,8 @@ module M (module Mod171_A, h) where -import Mod171_A -- This isn't unused... -import Mod171_B -- even though this imports all the same stuff +import Mod171_A -- This isn't unused... +import Mod171_B -- even though this imports all the same stuff h :: Int -> Int h = g |