diff options
Diffstat (limited to 'test/functions.tm')
| -rw-r--r-- | test/functions.tm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functions.tm b/test/functions.tm index 7ceca977..e2e35bf8 100644 --- a/test/functions.tm +++ b/test/functions.tm @@ -5,8 +5,7 @@ func cached_heap(x:Int->@Int; cached) return @x func main() - >> add(3, 5) - = 8 + assert add(3, 5) == 8 assert cached_heap(1) == cached_heap(1) assert cached_heap(1) != cached_heap(2) |
