diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2016-05-20 04:39:57 -0400 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2016-05-20 04:40:13 -0400 |
commit | 08e47ca9849ab986d0367746a003754fcf0d4176 (patch) | |
tree | 2ff684e74629e81bb91a99442d707b8dd655a3f6 /testsuite/tests/ghci/should_run/all.T | |
parent | 39103062e50249da857761d0eaca325aa428e446 (diff) | |
download | haskell-08e47ca9849ab986d0367746a003754fcf0d4176.tar.gz |
FunDep printer: Fix unicode arrow
The arrow should be printed in unicode arrow syntax when
-fprint-unicode-syntax is used.
Reviewers: austin, bgamari, thomie
Reviewed By: thomie
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2243
GHC Trac Issues: #11825
Diffstat (limited to 'testsuite/tests/ghci/should_run/all.T')
-rw-r--r-- | testsuite/tests/ghci/should_run/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T index 930f14b7a1..08fe33d166 100644 --- a/testsuite/tests/ghci/should_run/all.T +++ b/testsuite/tests/ghci/should_run/all.T @@ -23,3 +23,4 @@ test('T9915', just_ghci, ghci_script, ['T9915.script']) test('T10145', just_ghci, ghci_script, ['T10145.script']) test('T7253', just_ghci, ghci_script, ['T7253.script']) test('T11328', just_ghci, ghci_script, ['T11328.script']) +test('T11825', just_ghci, ghci_script, ['T11825.script']) |