diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-02-25 15:42:40 +0200 |
---|---|---|
committer | Alan Zimmerman <alan.zimm@gmail.com> | 2017-02-25 15:45:10 +0200 |
commit | 8f20844d3435094583db92a30550ca319d2be863 (patch) | |
tree | 91204b70edf6b49aaccf4bbef4a08124734d6f71 /testsuite/tests/printer/all.T | |
parent | 8f15ab98a7fe7484089b48c94328fa2980978890 (diff) | |
download | haskell-8f20844d3435094583db92a30550ca319d2be863.tar.gz |
Correctly pretty print a wild card in infix position
Diffstat (limited to 'testsuite/tests/printer/all.T')
-rw-r--r-- | testsuite/tests/printer/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/printer/all.T b/testsuite/tests/printer/all.T index 3106f936ba..e5fd00fdeb 100644 --- a/testsuite/tests/printer/all.T +++ b/testsuite/tests/printer/all.T @@ -47,3 +47,4 @@ test('Ppr046', ignore_stderr, run_command, ['$MAKE -s --no-print-directory ppr04 test('Ppr047', expect_fail, run_command, ['$MAKE -s --no-print-directory ppr047']) test('Ppr048', ignore_stderr, run_command, ['$MAKE -s --no-print-directory ppr048']) test('T13199', ignore_stderr, run_command, ['$MAKE -s --no-print-directory T13199']) +test('T13050p', ignore_stderr, run_command, ['$MAKE -s --no-print-directory T13050p']) |