summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile')
-rw-r--r--testsuite/tests/partial-sigs/should_compile/T12844.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T12844.hs b/testsuite/tests/partial-sigs/should_compile/T12844.hs
index d47b82cc64..77c6c2a87c 100644
--- a/testsuite/tests/partial-sigs/should_compile/T12844.hs
+++ b/testsuite/tests/partial-sigs/should_compile/T12844.hs
@@ -17,4 +17,3 @@ data FooData rngs
class Foo xs where foo :: (Head xs ~ '(r,r')) => FooData xs
type family Head (xs :: [k]) where Head (x ': xs) = x
-