diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci055.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci055.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci055.stdout b/testsuite/tests/ghci/scripts/ghci055.stdout index 6011c68f26..c7450d0def 100644 --- a/testsuite/tests/ghci/scripts/ghci055.stdout +++ b/testsuite/tests/ghci/scripts/ghci055.stdout @@ -1,3 +1,3 @@ x = _ -x :: ?callStack::CallStack => r = _ +x :: ?callStack::GHC.Stack.Types.CallStack => r = _ y :: Integer = 3 |