add a comment about parsing only prefix in header.rs
This commit is contained in:
parent
567b07c9e6
commit
bd70f0fa66
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ impl EarlyProps {
|
|||
iter_header(testfile,
|
||||
None,
|
||||
&mut |ln| {
|
||||
// we should check if any only-<platform> exists and if it exists
|
||||
// and does not matches the current platform, skip the test
|
||||
props.ignore =
|
||||
props.ignore ||
|
||||
config.parse_cfg_name_directive(ln, "ignore") ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue