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.stdout4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T7730.stdout b/testsuite/tests/ghci/scripts/T7730.stdout
index e3a08c19f4..d91d058e53 100644
--- a/testsuite/tests/ghci/scripts/T7730.stdout
+++ b/testsuite/tests/ghci/scripts/T7730.stdout
@@ -1,8 +1,8 @@
type role A phantom phantom
data A (x :: k) (y :: k1)
- -- Defined at <interactive>:3:1
+ -- Defined at <interactive>:2:1
A :: k -> k1 -> *
type role T phantom
data T (a :: k) where
MkT :: forall (k :: BOX) (a :: k) a1. a1 -> T a
- -- Defined at <interactive>:7:1
+ -- Defined at <interactive>:6:1