| 2849 | #[test] |
| 2850 | fn p2_cli_hostcall_fuel() -> Result<()> { |
| 2851 | enum Exit { |
| 2852 | Ok, |
| 2853 | NoFuel, |
| 2854 | TooManyZeroes, |
| 2855 | BufferTooLarge, |
| 2856 | } |
| 2857 | |
| 2858 | let dir = tempfile::tempdir()?; |
| 2859 | let file = dir.path().join("1mb"); |
no outgoing calls
no test coverage detected