diff options
Diffstat (limited to 'testsuite/tests/polykinds/PolyKinds08.hs')
-rw-r--r-- | testsuite/tests/polykinds/PolyKinds08.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds08.hs b/testsuite/tests/polykinds/PolyKinds08.hs index aa64345801..1e01aaa5a9 100644 --- a/testsuite/tests/polykinds/PolyKinds08.hs +++ b/testsuite/tests/polykinds/PolyKinds08.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fno-warn-redundant-constraints #-} {-# LANGUAGE PolyKinds #-} module PolyKinds08 where |