mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Update test to match new error
This commit is contained in:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user