summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7730.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7730.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T7730.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T7730.stdout b/testsuite/tests/ghci/scripts/T7730.stdout
index d91d058e53..fcf9e4c1d2 100644
--- a/testsuite/tests/ghci/scripts/T7730.stdout
+++ b/testsuite/tests/ghci/scripts/T7730.stdout
@@ -4,5 +4,5 @@ data A (x :: k) (y :: k1)
A :: k -> k1 -> *
type role T phantom
data T (a :: k) where
- MkT :: forall (k :: BOX) (a :: k) a1. a1 -> T a
+ MkT :: forall k (a :: k) a1. a1 -> T a
-- Defined at <interactive>:6:1