Skip to content

Commit

Permalink
Update test/fail/polyrec.mo
Browse files Browse the repository at this point in the history
Co-authored-by: Gabor Greif <[email protected]>
  • Loading branch information
crusso and ggreif authored Dec 4, 2024
1 parent 8be6e9b commit d6baeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fail/polyrec.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module {
public let next = n;

public func map<R>(f : T -> R) : Iter<R> {
loop () {}
loop {}
};
}

Expand Down

0 comments on commit d6baeec

Please sign in to comment.