summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/all.T
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2016-03-15 16:56:51 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2016-03-15 21:19:21 -0400
commit5d98b8bf249fab9bb0be6c5d4e8ddd4578994abb (patch)
treefe9ffb3982f7a1b7b631d7661d4a9eb62ef2488d /testsuite/tests/dependent/should_fail/all.T
parentf602f4a6fbf40d1a3c3c02294e90fcb2d5866d04 (diff)
downloadhaskell-5d98b8bf249fab9bb0be6c5d4e8ddd4578994abb.tar.gz
Clean up some pretty-printing in errors.
It turns out that there were some pretty egregious mistakes in the code that suggested -fprint-explicit-kinds, which are fixed. This commit also reorders a bunch of error messages, which I think is an improvement. This also adds the test case for #11471, which is what triggered the cleanup in TcErrors. Now that #11473 is done, there is nothing more outstanding for #11471. test case: dependent/should_fail/T11471
Diffstat (limited to 'testsuite/tests/dependent/should_fail/all.T')
-rw-r--r--testsuite/tests/dependent/should_fail/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/all.T b/testsuite/tests/dependent/should_fail/all.T
index c75a9c6a56..9565bc0150 100644
--- a/testsuite/tests/dependent/should_fail/all.T
+++ b/testsuite/tests/dependent/should_fail/all.T
@@ -13,3 +13,4 @@ test('T11334', normal, compile_fail, [''])
test('InferDependency', normal, compile_fail, [''])
test('KindLevelsB', normal, compile_fail, [''])
test('T11473', normal, compile_fail, [''])
+test('T11471', normal, compile_fail, [''])