include super in tests

This commit is contained in:
Rob Ede 2021-09-01 23:27:13 +01:00
parent 915f04fdd6
commit 2d04e7c7af
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ mod linux_only {
Arc,
};
use super::*;
#[test]
fn tokio_uring_arbiter() {
let system = System::new();