Skip to content

Commit

Permalink
Update test to match new error
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 committed Sep 25, 2023
1 parent 268a25f commit ea3cef4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions testsuite/compiler/update/ArrityCheck.gfs.gold
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;

0 comments on commit ea3cef4

Please sign in to comment.