summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5684.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T5684.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/T5684.hs27
1 files changed, 0 insertions, 27 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T5684.hs b/testsuite/tests/typecheck/should_fail/T5684.hs
index d1addf399f..61b72e4817 100644
--- a/testsuite/tests/typecheck/should_fail/T5684.hs
+++ b/testsuite/tests/typecheck/should_fail/T5684.hs
@@ -26,33 +26,6 @@ flop1 = [ op False False -- (3) Creates a functional dependency which kicks
-- which immediately becomes [S] B Bool alpha
]
-flop2 = [ op False False
- , op True undefined
- , op 'c' undefined
- ]
-
-
-flop3 = [ op 'c' undefined
- , op True undefined
- , op False False
- ]
-
-flop4 = [ op 'c' undefined
- , op False False
- , op True undefined
- ]
-
-
-flop5 = [ op True undefined
- , op 'c' undefined
- , op False False
- ]
-
-
-flop6 = [ op True undefined
- , op False False
- , op 'c' undefined
- ]
{- Now, in HEAD we no longer have cached GivenSolved goals in the inerts and hence