summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn')
-rw-r--r--testsuite/tests/patsyn/should_fail/unboxed-bind.stderr7
-rw-r--r--testsuite/tests/patsyn/should_fail/unboxed-wrapper-naked.stderr5
2 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/patsyn/should_fail/unboxed-bind.stderr b/testsuite/tests/patsyn/should_fail/unboxed-bind.stderr
index 745c49f24d..dff18fa89a 100644
--- a/testsuite/tests/patsyn/should_fail/unboxed-bind.stderr
+++ b/testsuite/tests/patsyn/should_fail/unboxed-bind.stderr
@@ -1,5 +1,4 @@
-unboxed-bind.hs:11:11: error: [GHC-21030] [-Wunbanged-strict-patterns (in -Wextra), Werror=unbanged-strict-patterns]
- Pattern bindings containing unlifted types should use
- an outermost bang pattern:
- P arg = x
+unboxed-bind.hs:5:1: error:
+ Ambiguous module name ‘GHC.Base’:
+ it was found in multiple packages: base-4.18.0.0 ghc-base-4.18.0.0
diff --git a/testsuite/tests/patsyn/should_fail/unboxed-wrapper-naked.stderr b/testsuite/tests/patsyn/should_fail/unboxed-wrapper-naked.stderr
index bb41ac1299..bf6805436c 100644
--- a/testsuite/tests/patsyn/should_fail/unboxed-wrapper-naked.stderr
+++ b/testsuite/tests/patsyn/should_fail/unboxed-wrapper-naked.stderr
@@ -1,3 +1,4 @@
-unboxed-wrapper-naked.hs:8:1: error: [GHC-48099]
- Top-level bindings for unlifted types aren't allowed: x = P1
+unboxed-wrapper-naked.hs:4:1: error:
+ Ambiguous module name ‘GHC.Base’:
+ it was found in multiple packages: base-4.18.0.0 ghc-base-4.18.0.0