summaryrefslogtreecommitdiff
path: root/testsuite/compiler
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2023-09-25 12:01:56 +0200
committerAndreas Källberg <anka.213@gmail.com>2023-09-25 12:01:56 +0200
commitea3cef46b0f86a87207e512e8413929567ba9c4a (patch)
tree978ff19213bb753fd10fe8d545095e81e4f4268d /testsuite/compiler
parent268a25f59cd4790ef5896ddd237f0bc48f6fad26 (diff)
Update test to match new error
Diffstat (limited to 'testsuite/compiler')
-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 ;
+