diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 17:44:08 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 17:44:08 -0400 |
| commit | c941b9a3325228eba404455afea7ccea0da45095 (patch) | |
| tree | d4ca88c6848ac2e6ceee635bb87add87ba6d2322 /test/corecursive_func.tm | |
| parent | 1cec086a6034ad546977cae7aeaf4bb876d21970 (diff) | |
Fix tests
Diffstat (limited to 'test/corecursive_func.tm')
| -rw-r--r-- | test/corecursive_func.tm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/corecursive_func.tm b/test/corecursive_func.tm index 8faf8b0d..261b6319 100644 --- a/test/corecursive_func.tm +++ b/test/corecursive_func.tm @@ -11,5 +11,4 @@ func pong(x:Int->[Text]) return ["pong: $x"] func main() - >> ping(3) - = ["ping: 3", "pong: 2", "ping: 1", "pong: 0"] + assert ping(3) == ["ping: 3", "pong: 2", "ping: 1", "pong: 0"] |
