[commit: ghc] wip/sgraf-no-exnstr: Fix test output (8cc62c3)
git at git.haskell.org
git at git.haskell.org
Fri Feb 1 05:55:25 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/sgraf-no-exnstr
Link : http://ghc.haskell.org/trac/ghc/changeset/8cc62c3bee1155a767448488964dd18680343fa8/ghc
>---------------------------------------------------------------
commit 8cc62c3bee1155a767448488964dd18680343fa8
Author: Sebastian Graf <sebastian.graf at kit.edu>
Date: Thu Jan 31 16:19:03 2019 +0100
Fix test output
>---------------------------------------------------------------
8cc62c3bee1155a767448488964dd18680343fa8
testsuite/tests/deSugar/should_compile/T2431.stderr | 2 +-
testsuite/tests/simplCore/should_compile/spec-inline.stderr | 2 +-
testsuite/tests/stranal/sigs/UnsatFun.stderr | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/testsuite/tests/deSugar/should_compile/T2431.stderr b/testsuite/tests/deSugar/should_compile/T2431.stderr
index 3c1c232..54308c6 100644
--- a/testsuite/tests/deSugar/should_compile/T2431.stderr
+++ b/testsuite/tests/deSugar/should_compile/T2431.stderr
@@ -17,7 +17,7 @@ T2431.$WRefl
-- RHS size: {terms: 4, types: 8, coercions: 0, joins: 0/0}
absurd :: forall a. (Int :~: Bool) -> a
-[GblId, Arity=1, Caf=NoCafRefs, Str=<L,U>x, Unf=OtherCon []]
+[GblId, Arity=1, Caf=NoCafRefs, Str=<L,U>b, Unf=OtherCon []]
absurd = \ (@ a) (x :: Int :~: Bool) -> case x of { }
-- RHS size: {terms: 1, types: 0, coercions: 0, joins: 0/0}
diff --git a/testsuite/tests/simplCore/should_compile/spec-inline.stderr b/testsuite/tests/simplCore/should_compile/spec-inline.stderr
index d978cc5..07b04c2 100644
--- a/testsuite/tests/simplCore/should_compile/spec-inline.stderr
+++ b/testsuite/tests/simplCore/should_compile/spec-inline.stderr
@@ -54,7 +54,7 @@ lvl = "spec-inline.hs:(19,5)-(29,25)|function go"#
-- RHS size: {terms: 2, types: 2, coercions: 0, joins: 0/0}
Roman.foo3 :: Int
-[GblId, Str=x]
+[GblId, Str=b]
Roman.foo3
= Control.Exception.Base.patError @ 'GHC.Types.LiftedRep @ Int lvl
diff --git a/testsuite/tests/stranal/sigs/UnsatFun.stderr b/testsuite/tests/stranal/sigs/UnsatFun.stderr
index 1ea2fa4..9fb8ab3 100644
--- a/testsuite/tests/stranal/sigs/UnsatFun.stderr
+++ b/testsuite/tests/stranal/sigs/UnsatFun.stderr
@@ -1,8 +1,8 @@
==================== Strictness signatures ====================
UnsatFun.$trModule: m
-UnsatFun.f: <B,1*U(U)><B,A>x
-UnsatFun.g: <B,1*U(U)>x
+UnsatFun.f: <B,1*U(U)><B,A>b
+UnsatFun.g: <B,1*U(U)>b
UnsatFun.g': <L,1*U(U)>
UnsatFun.g3: <L,U(U)>m
UnsatFun.h: <C(S),1*C1(U(U))>
@@ -13,8 +13,8 @@ UnsatFun.h3: <C(S),1*C1(U)>m
==================== Strictness signatures ====================
UnsatFun.$trModule: m
-UnsatFun.f: <B,1*U(U)><B,A>x
-UnsatFun.g: <B,1*U(U)>x
+UnsatFun.f: <B,1*U(U)><B,A>b
+UnsatFun.g: <B,1*U(U)>b
UnsatFun.g': <L,1*U(U)>
UnsatFun.g3: <L,U(U)>m
UnsatFun.h: <C(S),1*C1(U(U))>
More information about the ghc-commits
mailing list