summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2024-01-18 18:46:00 -0500
committerGitHub <noreply@github.com>2024-01-18 18:46:00 -0500
commit975e3d776bad3d0111394ae7871b96c513b4f10c (patch)
tree4f72b09f40251d40fe26b3068a66e6b27c9508d7 /tests
parentbe4fa27b84ada5400fece60e84ebff18f3ef7641 (diff)
refactor: move some files around in prep for a future options refactor (#1393)
* some formatting * refactor: move some files around in prep for a bigger config/options refactor
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/util.rs b/tests/integration/util.rs
index e1ee1ffd..ce77bed6 100644
--- a/tests/integration/util.rs
+++ b/tests/integration/util.rs
@@ -1,7 +1,6 @@
use std::{env, ffi::OsString, path::Path, process::Command};
use hashbrown::HashMap;
-
#[cfg(all(target_arch = "x86_64", target_os = "linux"))]
use portable_pty::{native_pty_system, Child, CommandBuilder, MasterPty, PtySize};