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