summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T4087.stdout
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-10-08 18:08:31 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-10-08 18:08:31 +0100
commit7912f8b81b4d282b72f62733cd3c34063cd739e4 (patch)
treedb01d62c82ca51dd5bb54ec4f7e256502d71521d /testsuite/tests/ghci/scripts/T4087.stdout
parent15b4f839f8a7b1060093395ce3cc579f19c6d7c9 (diff)
downloadhaskell-7912f8b81b4d282b72f62733cd3c34063cd739e4.tar.gz
Error wibbles now that we print roles in :info
(We might want to revisit this.)
Diffstat (limited to 'testsuite/tests/ghci/scripts/T4087.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T4087.stdout1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T4087.stdout b/testsuite/tests/ghci/scripts/T4087.stdout
index ece136b610..3f600bd78d 100644
--- a/testsuite/tests/ghci/scripts/T4087.stdout
+++ b/testsuite/tests/ghci/scripts/T4087.stdout
@@ -1,3 +1,4 @@
+type role Equal nominal nominal
data Equal a b where
Equal :: Equal a a
-- Defined at T4087.hs:5:1