rust/tests/coverage/ignore_map.coverage
Zalathar aa4bf0bbf0 Allow tests to ignore individual test modes
Normally, each test in `tests/coverage` is automatically run in both
`coverage-map` mode and `coverage-run` mode.

This new family of directives allows an individual test to specify that it
should not be run in a particular mode.
2024-01-05 13:42:54 +11:00

5 lines
85 B
Plaintext

LL| |// ignore-mode-coverage-map
LL| |
LL| 1|fn main() {}