We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9742148 commit 4b22243Copy full SHA for 4b22243
src/test/stdtest/task.rs
@@ -2,7 +2,6 @@ use std;
2
import std::task;
3
4
#[test]
5
-#[ignore]
6
fn test_sleep() { task::sleep(1000000u); }
7
8
0 commit comments