summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2023-09-25 17:29:50 +0200
committerGitHub <noreply@github.com>2023-09-25 17:29:50 +0200
commit7d9015e2e159b376cf2ba8332093c9623375557e (patch)
tree808be3297a56011a967153c608a329db31c3d669 /testsuite
parent318b710a14e3bcbfb8386e4e357d4ed64b1a0ae1 (diff)
parentcf1ef40789fc6761e46ecac1215cdb018972f2ae (diff)
Merge pull request #161 from anka-213/indent-errors
Indent each line of error messages
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/compiler/update/ArrityCheck.gfs.gold9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/compiler/update/ArrityCheck.gfs.gold b/testsuite/compiler/update/ArrityCheck.gfs.gold
index 7e0ff3d44..bfe3808ab 100644
--- a/testsuite/compiler/update/ArrityCheck.gfs.gold
+++ b/testsuite/compiler/update/ArrityCheck.gfs.gold
@@ -2,7 +2,8 @@
testsuite/compiler/update/ArrityCheck.gf:6:1:
conflicting information in module ArrityCheck
- fun f : Int -> Int -> Int ;
- def f 0 = \x -> x ;
-and
- def f 1 1 = 0 ;
+ fun f : Int -> Int -> Int ;
+ def f 0 = \x -> x ;
+ and
+ def f 1 1 = 0 ;
+