autocommit 2022-05-01 17:32:46 CEST
This commit is contained in:
parent
e1d5bf0e5d
commit
cca3850800
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#![cfg(feature = "it")]
|
||||
|
||||
use {
|
||||
crate::it::{test_backend::TestBackend, testrun::TestRun, tests::TestCase},
|
||||
ahash::AHashMap,
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ mod forker;
|
|||
mod format;
|
||||
mod globals;
|
||||
mod ifs;
|
||||
#[cfg(feature = "it")]
|
||||
mod it;
|
||||
mod libinput;
|
||||
mod logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue