summaryrefslogtreecommitdiff
path: root/testsuite/tests/ado/T16628.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ado/T16628.stderr')
-rw-r--r--testsuite/tests/ado/T16628.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ado/T16628.stderr b/testsuite/tests/ado/T16628.stderr
index 6ea95f1754..523d9f471c 100644
--- a/testsuite/tests/ado/T16628.stderr
+++ b/testsuite/tests/ado/T16628.stderr
@@ -1,9 +1,9 @@
-T16628.hs:10:5:
- No instance for (MonadFail Identity)
+T16628.hs:10:5: error:
+ • No instance for ‘MonadFail Identity’
arising from a do statement
with the failable pattern ‘[x]’
- In a stmt of a 'do' block: [x] <- i1
+ • In a stmt of a 'do' block: [x] <- i1
In the expression:
do _ <- i0
[x] <- i1