mirror of https://github.com/fafhrd91/actix-net
include super in tests
This commit is contained in:
parent
915f04fdd6
commit
2d04e7c7af
|
@ -334,6 +334,8 @@ mod linux_only {
|
||||||
Arc,
|
Arc,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
use super::*;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn tokio_uring_arbiter() {
|
fn tokio_uring_arbiter() {
|
||||||
let system = System::new();
|
let system = System::new();
|
||||||
|
|
Loading…
Reference in New Issue