This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9ec700f2e9
rust
/
tests
/
coverage
/
ignore_map.coverage
5 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
2024-02-22 06:10:29 -06:00
LL| |//@ ignore-mode-coverage-map
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.
2023-11-30 00:45:03 -06:00
LL| |
LL| 1|fn main() {}
Reference in New Issue
Copy Permalink