summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/should_run')
-rw-r--r--testsuite/tests/ghci/should_run/T16096.stdout24
-rw-r--r--testsuite/tests/ghci/should_run/T21052.stdout4
2 files changed, 18 insertions, 10 deletions
diff --git a/testsuite/tests/ghci/should_run/T16096.stdout b/testsuite/tests/ghci/should_run/T16096.stdout
index 2749f06586..d5c11d696b 100644
--- a/testsuite/tests/ghci/should_run/T16096.stdout
+++ b/testsuite/tests/ghci/should_run/T16096.stdout
@@ -13,12 +13,16 @@ letrec {
x = GHC.Enum.enumFrom @GHC.Types.Int $dEnum (GHC.Types.I# 1#); } in
x; } in
GHC.Base.returnIO
- @[()]
+ @[GHC.Types.Any]
(GHC.Types.:
- @()
+ @GHC.Types.Any
(Unsafe.Coerce.unsafeCoerce#
- @GHC.Types.LiftedRep @GHC.Types.LiftedRep @[GHC.Types.Int] @() x)
- (GHC.Types.[] @()))
+ @GHC.Types.LiftedRep
+ @GHC.Types.LiftedRep
+ @[GHC.Types.Int]
+ @GHC.Types.Any
+ x)
+ (GHC.Types.[] @GHC.Types.Any))
@@ -36,11 +40,15 @@ letrec {
x = GHC.Enum.enumFrom @GHC.Types.Int $dEnum (GHC.Types.I# 1#); } in
x; } in
GHC.Base.returnIO
- @[()]
+ @[GHC.Types.Any]
(GHC.Types.:
- @()
+ @GHC.Types.Any
(Unsafe.Coerce.unsafeCoerce#
- @GHC.Types.LiftedRep @GHC.Types.LiftedRep @[GHC.Types.Int] @() x)
- (GHC.Types.[] @()))
+ @GHC.Types.LiftedRep
+ @GHC.Types.LiftedRep
+ @[GHC.Types.Int]
+ @GHC.Types.Any
+ x)
+ (GHC.Types.[] @GHC.Types.Any))
diff --git a/testsuite/tests/ghci/should_run/T21052.stdout b/testsuite/tests/ghci/should_run/T21052.stdout
index 3822a96b6e..cb1a1a16d4 100644
--- a/testsuite/tests/ghci/should_run/T21052.stdout
+++ b/testsuite/tests/ghci/should_run/T21052.stdout
@@ -1,10 +1,10 @@
==================== CodeGenInput STG: ====================
-BCO_toplevel :: GHC.Types.IO [()]
+BCO_toplevel :: GHC.Types.IO [GHC.Types.Any]
[LclId] =
{} \u []
let {
- sat :: [()]
+ sat :: [GHC.Types.Any]
[LclId] =
:! [GHC.Tuple.Prim.() GHC.Types.[]];
} in GHC.Base.returnIO sat;