Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
42ca3bd8511ca3106f00906716993919c3f0b9c2
/
.
/
crates
/
libtest-mimic
/
tests
/
real
/
ignored.rs
blob: fd801cbf3624a5d2eb8b142fada6c7bf83256368 [
file
] [
log
] [
blame
]
#[
test
]
fn
not_ignored
()
{}
#[
test
]
#[
ignore
]
fn
normally_ignored
()
{}
#[
test
]
#[
ignore
=
"special message"
]
fn
ignored_with_message
()
{}