diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-11-15 19:13:51 +0100 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-11-15 21:25:43 +0100 |
commit | c88873ce3339a757ca03cd30ec9f852a803f9021 (patch) | |
tree | 6ebf4f1b3053dd09ac8e841bfdc6effee80f64c0 /testsuite/tests/rename/should_fail/all.T | |
parent | 46a03fbec6a02761db079d1746532565f34c340f (diff) | |
download | haskell-wip/T11071.tar.gz |
More import related hintswip/T11071
now for unqualified imports. Improves upon #11071.
Unfortunately, it seems that since 7.10, ghc will not print all
out-of-scope errors.
Diffstat (limited to 'testsuite/tests/rename/should_fail/all.T')
-rw-r--r-- | testsuite/tests/rename/should_fail/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/all.T b/testsuite/tests/rename/should_fail/all.T index 66dfeaa916..82d341b6ae 100644 --- a/testsuite/tests/rename/should_fail/all.T +++ b/testsuite/tests/rename/should_fail/all.T @@ -139,3 +139,4 @@ test('T10668', normal, compile_fail, ['']) test('T5001b', normal, compile_fail, ['']) test('T10781', normal, compile_fail, ['']) test('T11071', normal, compile_fail, ['']) +test('T11071a', normal, compile_fail, ['']) |