summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-07-18 15:06:21 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-28 13:56:59 -0400
commitef30e21594e44af309c627052f63aea6fd575c9e (patch)
tree27f09c1ee72a439b017e8252d89e7fc47445d772 /testsuite/tests/typecheck/should_fail
parent9ea29d47bbeac7abf54c9c05d105bb6f21d4c083 (diff)
downloadhaskell-ef30e21594e44af309c627052f63aea6fd575c9e.tar.gz
driver: Don't create LinkNodes when -no-link is enabled
Fixes #21866
Diffstat (limited to 'testsuite/tests/typecheck/should_fail')
-rw-r--r--testsuite/tests/typecheck/should_fail/T6018fail.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T6018fail.stderr b/testsuite/tests/typecheck/should_fail/T6018fail.stderr
index ed1a8c3de2..78a92e7d1b 100644
--- a/testsuite/tests/typecheck/should_fail/T6018fail.stderr
+++ b/testsuite/tests/typecheck/should_fail/T6018fail.stderr
@@ -1,8 +1,8 @@
-[1 of 6] Compiling T6018Afail ( T6018Afail.hs, T6018Afail.o )
-[2 of 6] Compiling T6018Bfail ( T6018Bfail.hs, T6018Bfail.o )
-[3 of 6] Compiling T6018Cfail ( T6018Cfail.hs, T6018Cfail.o )
-[4 of 6] Compiling T6018Dfail ( T6018Dfail.hs, T6018Dfail.o )
-[5 of 6] Compiling T6018fail ( T6018fail.hs, T6018fail.o )
+[1 of 5] Compiling T6018Afail ( T6018Afail.hs, T6018Afail.o )
+[2 of 5] Compiling T6018Bfail ( T6018Bfail.hs, T6018Bfail.o )
+[3 of 5] Compiling T6018Cfail ( T6018Cfail.hs, T6018Cfail.o )
+[4 of 5] Compiling T6018Dfail ( T6018Dfail.hs, T6018Dfail.o )
+[5 of 5] Compiling T6018fail ( T6018fail.hs, T6018fail.o )
T6018fail.hs:15:15: error:
Type family equation right-hand sides overlap; this violates