mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move util crate unit tests into a new unit_tests crate
This commit is contained in:
parent
3fb666cf60
commit
6d5406efc1
13 changed files with 222 additions and 183 deletions
|
@ -42,10 +42,3 @@ pub fn spawn_named_with_send_on_failure<F, T>(name: &'static str,
|
|||
}
|
||||
}).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn spawn_named_test() {
|
||||
spawn_named("Test".to_owned(), move || {
|
||||
debug!("I can run!");
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue