diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-03 07:21:32 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-03-03 07:21:33 -0600 |
commit | 89458eba5721de1b6b3378415f26e110bab8cc0f (patch) | |
tree | 9bdcb564437e6053e1f490cd1892f4df0de9736b /testsuite/tests/deriving | |
parent | 5200bdeb26c5ec98739b14b10fc8907296bceeb9 (diff) | |
download | haskell-89458eba5721de1b6b3378415f26e110bab8cc0f.tar.gz |
Pretty-print # on unboxed literals in core
Summary:
Ticket #10104 dealt with showing the '#'s on types with unboxed fields. This
commit pretty prints the '#'s on unboxed literals in core output.
Test Plan: simplCore/should_compile/T8274
Reviewers: jstolarek, simonpj, austin
Reviewed By: simonpj, austin
Subscribers: simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D678
GHC Trac Issues: #8274
Diffstat (limited to 'testsuite/tests/deriving')
-rw-r--r-- | testsuite/tests/deriving/should_run/drvrun017.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_run/drvrun017.stdout b/testsuite/tests/deriving/should_run/drvrun017.stdout index 6f1bd8c7fa..7fdd2f3bfb 100644 --- a/testsuite/tests/deriving/should_run/drvrun017.stdout +++ b/testsuite/tests/deriving/should_run/drvrun017.stdout @@ -1 +1 @@ -MkFoo 3 4.3 2 +MkFoo 3# 4.3# 2 |