Commit 8926457
Fix frame size test when O0
Summary:
[External CI fails](https://github.com/facebookexperimental/starlark-rust/runs/7869187884?check_suite_focus=true) with error: native frame size is too large: 9424.
We run tests locally with O1, but external CI runs with O0, so it has larger frame size.
Ideally test should check size depending on opt-level, but there's no rust API for access it.
Reviewed By: bobyangyf
Differential Revision: D38769469
fbshipit-source-id: 9a92454cb30164580fa40116e2b7a2a40c0583421 parent 5b3c52c commit 8926457
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments