summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T2307.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T2307.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/T2307.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T2307.hs b/testsuite/tests/typecheck/should_fail/T2307.hs
index 321c2d5641..ea0c335a96 100644
--- a/testsuite/tests/typecheck/should_fail/T2307.hs
+++ b/testsuite/tests/typecheck/should_fail/T2307.hs
@@ -1,5 +1,5 @@
{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies,
- OverlappingInstances, UndecidableInstances,
+ UndecidableInstances,
IncoherentInstances,
FlexibleInstances #-}