Commit 4f0c76f
authored
Tests: adjust test for Windows (#29)
The Windows environment has a smaller stack limit. Without
optimizations, we can manage to run up to ~950 recursive calls. With
release mode, we are able to get to ~1250. Limit the artificial call
depth accordingly. This allows the test suite to pass on Windows.1 parent a5b00f4 commit 4f0c76f
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
0 commit comments