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:
|
testsuite/compiler/update/ArrityCheck.gf:6:1:
|
||||||
conflicting information in module ArrityCheck
|
conflicting information in module ArrityCheck
|
||||||
fun f : Int -> Int -> Int ;
|
fun f : Int -> Int -> Int ;
|
||||||
def f 0 = \x -> x ;
|
def f 0 = \x -> x ;
|
||||||
and
|
and
|
||||||
def f 1 1 = 0 ;
|
def f 1 1 = 0 ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user