2014-08-07 07:06:29 -05:00
|
|
|
#[test]
|
2014-10-11 20:05:54 -05:00
|
|
|
#[cfg_attr(ignorecfg, ignore)]
|
2014-08-07 07:06:29 -05:00
|
|
|
fn shouldignore() {
|
|
|
|
}
|
|
|
|
|
|
|
|
#[test]
|
2014-10-11 20:05:54 -05:00
|
|
|
#[cfg_attr(noignorecfg, ignore)]
|
2014-08-07 07:06:29 -05:00
|
|
|
fn shouldnotignore() {
|
|
|
|
}
|