summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T8119.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/T8119.stdout')
-rw-r--r--testsuite/tests/typecheck/should_run/T8119.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_run/T8119.stdout b/testsuite/tests/typecheck/should_run/T8119.stdout
index e796b66d24..7e9d9e1558 100644
--- a/testsuite/tests/typecheck/should_run/T8119.stdout
+++ b/testsuite/tests/typecheck/should_run/T8119.stdout
@@ -1,3 +1,3 @@
test `asTypeOf` (undefined :: a -> b)
- :: (?callStack::CallStack) => Int -> Int
+ :: (?callStack::GHC.Stack.Types.CallStack) => Int -> Int
\x -> test x :: Int -> Int