diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/RnAux017.hs')
-rw-r--r-- | testsuite/tests/rename/should_compile/RnAux017.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_compile/RnAux017.hs b/testsuite/tests/rename/should_compile/RnAux017.hs index 5514524fee..5eb076ddd1 100644 --- a/testsuite/tests/rename/should_compile/RnAux017.hs +++ b/testsuite/tests/rename/should_compile/RnAux017.hs @@ -1,6 +1,6 @@ module RnAux017 where -import Test -- Import main module so there really is a loop - -- (avoid warning message) +import Test -- Import main module so there really is a loop + -- (avoid warning message) data Wibble = Wibble data Wobble = Wobble |