summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T9569.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T9569.hs')
-rw-r--r--testsuite/tests/polykinds/T9569.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T9569.hs b/testsuite/tests/polykinds/T9569.hs
index 012d61fc31..0e1fdd596a 100644
--- a/testsuite/tests/polykinds/T9569.hs
+++ b/testsuite/tests/polykinds/T9569.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
{-# LANGUAGE RankNTypes, ConstraintKinds, KindSignatures, DataKinds, TypeFamilies #-}
module T9569 where