1
Fork 0

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.
This commit is contained in:
Zalathar 2023-11-30 17:45:03 +11:00
parent f9df1ad4f2
commit aa4bf0bbf0
6 changed files with 54 additions and 3 deletions

View file

@ -0,0 +1,4 @@
LL| |// ignore-mode-coverage-map
LL| |
LL| 1|fn main() {}