summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T13143.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T13143.stderr')
-rw-r--r--testsuite/tests/simplCore/should_compile/T13143.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T13143.stderr b/testsuite/tests/simplCore/should_compile/T13143.stderr
index 86094fe7d9..87fbdd6213 100644
--- a/testsuite/tests/simplCore/should_compile/T13143.stderr
+++ b/testsuite/tests/simplCore/should_compile/T13143.stderr
@@ -97,14 +97,14 @@ g [InlPrag=[2]] :: Bool -> Bool -> Int -> Int
Tmpl= \ (w [Occ=Once1] :: Bool)
(w1 [Occ=Once1] :: Bool)
(w2 [Occ=Once1!] :: Int) ->
- case w2 of { GHC.Types.I# ww1 [Occ=Once1] ->
- case T13143.$wg w w1 ww1 of ww2 [Occ=Once1] { __DEFAULT ->
- GHC.Types.I# ww2
+ case w2 of { GHC.Types.I# ww [Occ=Once1] ->
+ case T13143.$wg w w1 ww of ww1 [Occ=Once1] { __DEFAULT ->
+ GHC.Types.I# ww1
}
}}]
g = \ (w :: Bool) (w1 :: Bool) (w2 :: Int) ->
- case w2 of { GHC.Types.I# ww1 ->
- case T13143.$wg w w1 ww1 of ww2 { __DEFAULT -> GHC.Types.I# ww2 }
+ case w2 of { GHC.Types.I# ww ->
+ case T13143.$wg w w1 ww of ww1 { __DEFAULT -> GHC.Types.I# ww1 }
}