Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
run-make
/
test-harness
/
test-ignore-cfg.rs
blob: c6bd7680bd5c3594099a45019c71f31fd8a3d4d9 [
file
] [
log
] [
blame
]
#[
test
]
#[
cfg_attr
(
ignorecfg
,
ignore
)]
fn
shouldignore
()
{}
#[
test
]
#[
cfg_attr
(
noignorecfg
,
ignore
)]
fn
shouldnotignore
()
{}