From ea3cef46b0f86a87207e512e8413929567ba9c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=A4llberg?= Date: Mon, 25 Sep 2023 12:01:56 +0200 Subject: [PATCH] Update test to match new error --- testsuite/compiler/update/ArrityCheck.gfs.gold | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testsuite/compiler/update/ArrityCheck.gfs.gold b/testsuite/compiler/update/ArrityCheck.gfs.gold index 7e0ff3d44d..bfe3808ab7 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 ; +