diff options
Diffstat (limited to 'testsuite/tests/ghci/should_run/T21300.stdout')
-rw-r--r-- | testsuite/tests/ghci/should_run/T21300.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/should_run/T21300.stdout b/testsuite/tests/ghci/should_run/T21300.stdout index 56c4297029..12052a35ad 100644 --- a/testsuite/tests/ghci/should_run/T21300.stdout +++ b/testsuite/tests/ghci/should_run/T21300.stdout @@ -2,5 +2,5 @@ Bound Ids interactive:Ghci2.it Typechecked expr do let it = (proc 'a' -> (| id \ 'b' 'c' -> returnA -< 'c' |) 'b' 'c') 'a' print it - GHC.Base.returnIO [Unsafe.Coerce.unsafeCoerce# it] + ghc-base:GHC.Base.returnIO [Unsafe.Coerce.unsafeCoerce# it] 'c' |