diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T15568.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T15568.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T15568.stdout b/testsuite/tests/ghci/scripts/T15568.stdout new file mode 100644 index 0000000000..e97cc6b040 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T15568.stdout @@ -0,0 +1,2 @@ +-- This should print 'forall j k.', not 'forall k j.' +F :: forall j k. j -> k |