mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Squashing bugs
This commit is contained in:
@@ -39,7 +39,7 @@ fn capture(count: int) {
|
||||
return capture(count + 1);
|
||||
}
|
||||
|
||||
assert capture(0) == 5, "Self capture failed";
|
||||
assert capture(0) == 6, "Self capture failed";
|
||||
|
||||
|
||||
//test expressions as arguments
|
||||
|
||||
Reference in New Issue
Block a user