forked from GitHub/gf-core
Update test to match new error
This commit is contained in:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user