add a comment about parsing only prefix in header.rs
This commit is contained in:
parent
567b07c9e6
commit
bd70f0fa66
@ -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…
x
Reference in New Issue
Block a user