summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T4870.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/T4870.hs')
-rw-r--r--testsuite/tests/deSugar/should_compile/T4870.hs20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/tests/deSugar/should_compile/T4870.hs b/testsuite/tests/deSugar/should_compile/T4870.hs
index fefcdb194b..1aa4a73aaa 100644
--- a/testsuite/tests/deSugar/should_compile/T4870.hs
+++ b/testsuite/tests/deSugar/should_compile/T4870.hs
@@ -1,10 +1,10 @@
-module T4870 where
-
-import T4870a
-
-data D = D
-
-instance C D where
- c x = x
-
-{-# SPECIALIZE f :: D #-}
+module T4870 where
+
+import T4870a
+
+data D = D
+
+instance C D where
+ c x = x
+
+{-# SPECIALIZE f :: D #-}