Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
std
/
thread-sleep-ms.rs
blob: 2d668b8265c27940338f480e5aab5684b962dcf3 [
file
] [
log
] [
blame
]
//@ run-pass
//@ needs-threads
//@ ignore-emscripten (FIXME: test hangs on emscripten)
#![
allow
(
deprecated
)]
fn
main
()
{
std
::
thread
::
sleep_ms
(
250
);
}