summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T10177.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T10177.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/T10177.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T10177.hs b/testsuite/tests/typecheck/should_compile/T10177.hs
index fd84396f67..43aac8afd4 100644
--- a/testsuite/tests/typecheck/should_compile/T10177.hs
+++ b/testsuite/tests/typecheck/should_compile/T10177.hs
@@ -1,5 +1,8 @@
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE FlexibleContexts #-}
+{-# OPTIONS_GHC -Wno-simplifiable-class-constraints #-}
+ -- This test deliberately uses a simplifiable class constraint
+
module T10177 where
import Data.Typeable