mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-09 23:34:42 +01:00
tests: workaround rust-lang/rust#46379
This commit is contained in:
parent
2410c1164d
commit
317e463da1
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ impl Sway {
|
|||
.expect("Couldn't run swaymsg")
|
||||
}
|
||||
|
||||
// work around https://github.com/rust-lang/rust/issues/46379
|
||||
// TODO: maybe implement that: https://momori.dev/posts/organize-rust-integration-tests-without-dead-code-warning/
|
||||
#[allow(dead_code)]
|
||||
pub fn spawn_some_apps(&self) {
|
||||
self.send_command(["exec", "foot -T TERM1"].as_slice());
|
||||
// Make sure the app are created in the right order.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue