summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7872.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7872.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T7872.stdout8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T7872.stdout b/testsuite/tests/ghci/scripts/T7872.stdout
index 4c577ce1cd..4c8c1dd772 100644
--- a/testsuite/tests/ghci/scripts/T7872.stdout
+++ b/testsuite/tests/ghci/scripts/T7872.stdout
@@ -1,2 +1,6 @@
-type T = forall a. a -> a -- Defined at <interactive>:2:1
-data D = MkT (forall b. b -> b) -- Defined at <interactive>:3:1
+type T :: *
+type T = forall a. a -> a
+ -- Defined at <interactive>:2:1
+type D :: *
+data D = MkT (forall b. b -> b)
+ -- Defined at <interactive>:3:1