summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2014-06-10 15:33:18 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2014-06-11 09:27:42 -0400
commite79e2c3996181a1179cf4a1357981f4ed9759203 (patch)
tree0635f23eccf6b2ac7558622734c0258d12b72f3c /testsuite/tests/roles
parent6a1d7f9736098d47463a71323d28ece792a59e52 (diff)
downloadhaskell-e79e2c3996181a1179cf4a1357981f4ed9759203.tar.gz
Fix #9062.
Removed (pprEqPred (coercionKind co)) in favor of (pprType (coercionType co)). Also had to make "~R#" a *symbolic* identifier and BuiltInSyntax to squelch prefix notation and module prefixes in output. These changes are both sensible independent of #9062.
Diffstat (limited to 'testsuite/tests/roles')
-rw-r--r--testsuite/tests/roles/should_compile/Roles13.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/roles/should_compile/Roles13.stderr b/testsuite/tests/roles/should_compile/Roles13.stderr
index 647e59ba51..b0dda24f2c 100644
--- a/testsuite/tests/roles/should_compile/Roles13.stderr
+++ b/testsuite/tests/roles/should_compile/Roles13.stderr
@@ -13,8 +13,7 @@ Roles13.convert =
`cast` (<Roles13.Wrap Roles13.Age>_R
-> Roles13.NTCo:Wrap[0] Roles13.NTCo:Age[0]
:: (Roles13.Wrap Roles13.Age -> Roles13.Wrap Roles13.Age)
- ~#
- (Roles13.Wrap Roles13.Age -> GHC.Types.Int))
+ ~R# (Roles13.Wrap Roles13.Age -> GHC.Types.Int))