mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
tests: remove tests module from integration tests (#6540)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#[cfg(all(tokio_unstable, feature = "tracing"))]
|
#![cfg(all(tokio_unstable, feature = "tracing"))]
|
||||||
mod tests {
|
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
use tokio::{
|
use tokio::{
|
||||||
task::{Builder, LocalSet},
|
task::{Builder, LocalSet},
|
||||||
@@ -78,4 +78,3 @@ mod tests {
|
|||||||
|
|
||||||
assert_eq!(*result.unwrap(), "task executed");
|
assert_eq!(*result.unwrap(), "task executed");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user