()
| 94 | |
| 95 | |
| 96 | def test_empty_output(): |
| 97 | r = crash_reason("") |
| 98 | assert r == {"crash_type": None, "operation": None} |
| 99 | |
| 100 | |
| 101 | # ── asan_excerpt ───────────────────────────────────────────────────────────── |
nothing calls this directly
no test coverage detected