summaryrefslogtreecommitdiff
path: root/testsuite/tests/module
diff options
context:
space:
mode:
authoriori tsu <matsuhara.iori@scrive.com>2021-05-01 10:27:43 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-05-03 19:51:58 -0400
commit7f5ee7194e18cc2c922839260817c16db8e95832 (patch)
tree9a3ac63d1e80d3dd6fc1ebaebf574ba659e771c5 /testsuite/tests/module
parent0680e9a5ce29523fca43b62a8edc59b0d0690d6a (diff)
downloadhaskell-7f5ee7194e18cc2c922839260817c16db8e95832.tar.gz
visually align expected and actual modules name
before: > /home/matt/Projects/persistent/persistent/Database/Persist/ImplicitIdDef.hs:1:8: error: > File name does not match module name: > Saw: ‘A.B.Module’ > Expected: ‘A.B.Motule’ > | > 1 | module A.B.Motule > | ^^^^^^^^^^> after: > /home/matt/Projects/persistent/persistent/Database/Persist/ImplicitIdDef.hs:1:8: error: > File name does not match module name: > Saw: ‘A.B.Module’ > Expected: ‘A.B.Motule’ > | > 1 | module A.B.Motule > | ^^^^^^^^^^>
Diffstat (limited to 'testsuite/tests/module')
-rw-r--r--testsuite/tests/module/mod178.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod178.stderr b/testsuite/tests/module/mod178.stderr
index 8bd70526d9..fb72b112c5 100644
--- a/testsuite/tests/module/mod178.stderr
+++ b/testsuite/tests/module/mod178.stderr
@@ -1,5 +1,5 @@
Mod178_2.hs:1:1:
File name does not match module name:
- Saw: ‘Main’
+ Saw : ‘Main’
Expected: ‘Mod178_2’