summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
diff options
context:
space:
mode:
authorsimonpj <simonpj@microsoft.com>2011-01-12 15:00:30 +0000
committersimonpj <simonpj@microsoft.com>2011-01-12 15:00:30 +0000
commit0b00c6a01231458f367d89cedd2e3cbd2942ce82 (patch)
tree78bad946d72f6c91ec550f21ccfa6089ecb167ae /testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
parentca15920e1644fbba472cd15a87fcbc03f40692b2 (diff)
downloadhaskell-0b00c6a01231458f367d89cedd2e3cbd2942ce82.tar.gz
Massive bunch of changes to track my massive refactoring to the typechecker
Diffstat (limited to 'testsuite/tests/ghc-regress/indexed-types/should_compile/all.T')
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_compile/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T b/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
index eae2082c3b..4bc42ebecf 100644
--- a/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
+++ b/testsuite/tests/ghc-regress/indexed-types/should_compile/all.T
@@ -116,7 +116,9 @@ test('GivenCheckSwap', normal, compile, [''])
test('GivenCheckDecomp', normal, compile, [''])
test('GivenCheckTop', normal, compile, [''])
-test('Gentle', normal, compile, [''])
+# A very delicate test
+test('Gentle', normal, compile_fail, [''])
+
test('T1981', normal, compile, [''])
test('T2238', expect_fail, compile, [''])
test('OversatDecomp', normal, compile, [''])