summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/all.T
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2016-03-18 22:36:34 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2016-03-21 12:16:11 -0400
commit3e1b8824c849d063c7354dbdf63ae2910cf0fdfc (patch)
tree162a77f875bb9cfbbf17a93f84e4582ba62c4840 /testsuite/tests/indexed-types/should_compile/all.T
parentf8ab575404b726b499e72343b7220e9213880dd4 (diff)
downloadhaskell-3e1b8824c849d063c7354dbdf63ae2910cf0fdfc.tar.gz
Prevent eager unification with type families.
See Note [Prevent unification with type families] in TcUnify for the details.
Diffstat (limited to 'testsuite/tests/indexed-types/should_compile/all.T')
-rw-r--r--testsuite/tests/indexed-types/should_compile/all.T1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/all.T b/testsuite/tests/indexed-types/should_compile/all.T
index a1f757a28b..bee76d284c 100644
--- a/testsuite/tests/indexed-types/should_compile/all.T
+++ b/testsuite/tests/indexed-types/should_compile/all.T
@@ -275,4 +275,3 @@ test('T11361', normal, compile, ['-dunique-increment=-1'])
# -dunique-increment=-1 doesn't work inside the file
test('T11361a', normal, compile_fail, [''])
test('T11581', normal, compile, [''])
-test('T7788', normal, compile, [''])