Violations in src/fl/ are also detected.
(self)
| 125 | self.assertEqual(len(_violations("void a();\nint b();\nbool c() const;")), 3) |
| 126 | |
| 127 | def test_fl_scope(self) -> None: |
| 128 | """Violations in src/fl/ are also detected.""" |
| 129 | self.assertEqual(len(_violations("void foo();", path=_FL_HEADER)), 1) |
| 130 | |
| 131 | |
| 132 | # ── Should pass (has noexcept / FL_NOEXCEPT) ──────────────────────────────── |
nothing calls this directly
no test coverage detected