1
0
forked from GitHub/gf-core

Update test to match new error

This commit is contained in:
Andreas Källberg
2023-09-25 12:01:56 +02:00
parent 268a25f59c
commit ea3cef46b0

View File

@@ -4,5 +4,6 @@ testsuite/compiler/update/ArrityCheck.gf:6:1:
conflicting information in module ArrityCheck
fun f : Int -> Int -> Int ;
def f 0 = \x -> x ;
and
and
def f 1 1 = 0 ;