blob: c6bd7680bd5c3594099a45019c71f31fd8a3d4d9 [file] [log] [blame] [edit]
#[test]
#[cfg_attr(ignorecfg, ignore)]
fn shouldignore() {}
#[test]
#[cfg_attr(noignorecfg, ignore)]
fn shouldnotignore() {}