diff --git a/tests/concurrent_execution_integration_test.rs b/tests/concurrent_execution_integration_test.rs index 5ea4c42..3350687 100644 --- a/tests/concurrent_execution_integration_test.rs +++ b/tests/concurrent_execution_integration_test.rs @@ -3,8 +3,6 @@ mod common; use anyhow::Result; use common::{BundlerTestHelper, TestCacheManager, TestProject, TestProjectManager}; use serial_test::serial; -#[cfg(windows)] -use std::error::Error; use std::process::Command; use std::sync::{Arc, Barrier}; use std::thread;