summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2022-08-31 21:55:19 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-01 01:19:26 -0400
commit7d3a055d4df6842f8fbcfbc1ca96e2a45a47d351 (patch)
tree5536bc1dfd93ee52d0ce987d64911b1434e8257e /testsuite
parent15111af6adb1c85af5b17088134c9e71bee025e3 (diff)
downloadhaskell-7d3a055d4df6842f8fbcfbc1ca96e2a45a47d351.tar.gz
Minor cleanup
- Remove mkHeteroCoercionType, sdocImpredicativeTypes, isStateType (unused), isCoVar_maybe (duplicated by getCoVar_maybe) - Replace a few occurrences of voidPrimId with (# #). void# is a deprecated synonym for the unboxed tuple. - Use showSDoc in :show linker. This makes it consistent with the other :show commands
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/corelint/T21115b.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/corelint/T21115b.stderr b/testsuite/tests/corelint/T21115b.stderr
index 1b245cf3c7..199b999f1f 100644
--- a/testsuite/tests/corelint/T21115b.stderr
+++ b/testsuite/tests/corelint/T21115b.stderr
@@ -22,7 +22,7 @@ foo
case patError "T21115b.hs:(10,4)-(15,4)|\\case"# of wild { } } in
let { fail = \ ds -> 5# } in
case ds of ds {
- __DEFAULT -> fail void#;
+ __DEFAULT -> fail (##);
0.0## -> 2#;
2.0## -> 3#
}